diff options
Diffstat (limited to 'drivers/infiniband/hw/nes/nes_utils.c')
-rw-r--r-- | drivers/infiniband/hw/nes/nes_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/hw/nes/nes_utils.c b/drivers/infiniband/hw/nes/nes_utils.c index c4ec6ac63461..f9db07c2717d 100644 --- a/drivers/infiniband/hw/nes/nes_utils.c +++ b/drivers/infiniband/hw/nes/nes_utils.c | |||
@@ -566,7 +566,7 @@ struct nes_cqp_request *nes_get_cqp_request(struct nes_device *nesdev) | |||
566 | cqp_request); | 566 | cqp_request); |
567 | } else | 567 | } else |
568 | printk(KERN_ERR PFX "%s: Could not allocated a CQP request.\n", | 568 | printk(KERN_ERR PFX "%s: Could not allocated a CQP request.\n", |
569 | __FUNCTION__); | 569 | __func__); |
570 | 570 | ||
571 | return cqp_request; | 571 | return cqp_request; |
572 | } | 572 | } |