net: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6387c4bed5
commit
0dc47877a3
@ -189,7 +189,7 @@ struct sctp_datamsg *sctp_datamsg_from_user(struct sctp_association *asoc,
|
||||
msecs_to_jiffies(sinfo->sinfo_timetolive);
|
||||
msg->can_abandon = 1;
|
||||
SCTP_DEBUG_PRINTK("%s: msg:%p expires_at: %ld jiffies:%ld\n",
|
||||
__FUNCTION__, msg, msg->expires_at, jiffies);
|
||||
__func__, msg, msg->expires_at, jiffies);
|
||||
}
|
||||
|
||||
max = asoc->frag_point;
|
||||
|
||||
Reference in New Issue
Block a user