diff options
Diffstat (limited to 'net/irda/irqueue.c')
-rw-r--r-- | net/irda/irqueue.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/irda/irqueue.c b/net/irda/irqueue.c index 40c28efaed95..ba01938becb5 100644 --- a/net/irda/irqueue.c +++ b/net/irda/irqueue.c | |||
@@ -232,7 +232,7 @@ static __u32 hash( const char* name) | |||
232 | static void enqueue_first(irda_queue_t **queue, irda_queue_t* element) | 232 | static void enqueue_first(irda_queue_t **queue, irda_queue_t* element) |
233 | { | 233 | { |
234 | 234 | ||
235 | IRDA_DEBUG( 4, "%s()\n", __FUNCTION__); | 235 | IRDA_DEBUG( 4, "%s()\n", __func__); |
236 | 236 | ||
237 | /* | 237 | /* |
238 | * Check if queue is empty. | 238 | * Check if queue is empty. |
@@ -451,7 +451,7 @@ void hashbin_insert(hashbin_t* hashbin, irda_queue_t* entry, long hashv, | |||
451 | unsigned long flags = 0; | 451 | unsigned long flags = 0; |
452 | int bin; | 452 | int bin; |
453 | 453 | ||
454 | IRDA_DEBUG( 4, "%s()\n", __FUNCTION__); | 454 | IRDA_DEBUG( 4, "%s()\n", __func__); |
455 | 455 | ||
456 | IRDA_ASSERT( hashbin != NULL, return;); | 456 | IRDA_ASSERT( hashbin != NULL, return;); |
457 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return;); | 457 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return;); |
@@ -564,7 +564,7 @@ void* hashbin_remove( hashbin_t* hashbin, long hashv, const char* name) | |||
564 | unsigned long flags = 0; | 564 | unsigned long flags = 0; |
565 | irda_queue_t* entry; | 565 | irda_queue_t* entry; |
566 | 566 | ||
567 | IRDA_DEBUG( 4, "%s()\n", __FUNCTION__); | 567 | IRDA_DEBUG( 4, "%s()\n", __func__); |
568 | 568 | ||
569 | IRDA_ASSERT( hashbin != NULL, return NULL;); | 569 | IRDA_ASSERT( hashbin != NULL, return NULL;); |
570 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); | 570 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); |
@@ -657,7 +657,7 @@ void* hashbin_remove_this( hashbin_t* hashbin, irda_queue_t* entry) | |||
657 | int bin; | 657 | int bin; |
658 | long hashv; | 658 | long hashv; |
659 | 659 | ||
660 | IRDA_DEBUG( 4, "%s()\n", __FUNCTION__); | 660 | IRDA_DEBUG( 4, "%s()\n", __func__); |
661 | 661 | ||
662 | IRDA_ASSERT( hashbin != NULL, return NULL;); | 662 | IRDA_ASSERT( hashbin != NULL, return NULL;); |
663 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); | 663 | IRDA_ASSERT( hashbin->magic == HB_MAGIC, return NULL;); |