diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2008-03-05 23:47:47 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-03-05 23:47:47 -0500 |
commit | 0dc47877a3de00ceadea0005189656ae8dc52669 (patch) | |
tree | 7440a87385fe318cb42f0ae161be195f5e967d82 /net/sctp/input.c | |
parent | 6387c4bed539539b05fa773cf2ff26529dc3074c (diff) |
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>
Diffstat (limited to 'net/sctp/input.c')
-rw-r--r-- | net/sctp/input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/input.c b/net/sctp/input.c index 57fe2f81eca8..4db5a75e01ce 100644 --- a/net/sctp/input.c +++ b/net/sctp/input.c | |||
@@ -409,7 +409,7 @@ void sctp_icmp_proto_unreachable(struct sock *sk, | |||
409 | struct sctp_association *asoc, | 409 | struct sctp_association *asoc, |
410 | struct sctp_transport *t) | 410 | struct sctp_transport *t) |
411 | { | 411 | { |
412 | SCTP_DEBUG_PRINTK("%s\n", __FUNCTION__); | 412 | SCTP_DEBUG_PRINTK("%s\n", __func__); |
413 | 413 | ||
414 | sctp_do_sm(SCTP_EVENT_T_OTHER, | 414 | sctp_do_sm(SCTP_EVENT_T_OTHER, |
415 | SCTP_ST_OTHER(SCTP_EVENT_ICMP_PROTO_UNREACH), | 415 | SCTP_ST_OTHER(SCTP_EVENT_ICMP_PROTO_UNREACH), |