projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32500f2
)
IB/hfi1: Fix whitespace alignment issue for MAD
author
Kamenee Arumugam
<
[email protected]
>
Tue, 22 Aug 2017 01:27:35 +0000
(18:27 -0700)
committer
Doug Ledford
<
[email protected]
>
Mon, 28 Aug 2017 23:12:23 +0000
(19:12 -0400)
Fix a tab alignment issue present in pr_err_ratelimited
error message.
Reviewed-by: Michael J. Ruhl <
[email protected]
>
Signed-off-by: Kamenee Arumugam <
[email protected]
>
Signed-off-by: Dennis Dalessandro <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/hw/hfi1/mad.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/hw/hfi1/mad.c
b/drivers/infiniband/hw/hfi1/mad.c
index 4849130d49bcd7000c6010f02454cb0b3e7a5256..f4c0ffc040cc591fb3823f233755f2363ff6dbf6 100644
(file)
--- a/
drivers/infiniband/hw/hfi1/mad.c
+++ b/
drivers/infiniband/hw/hfi1/mad.c
@@
-158,7
+158,7
@@
static struct trap_node *check_and_add_trap(struct hfi1_ibport *ibp,
if (queue_id >= RVT_MAX_TRAP_LISTS) {
trap_count++;
pr_err_ratelimited("hfi1: Invalid trap 0x%0x dropped. Total dropped: %d\n",
- trap->data.generic_type, trap_count);
+
trap->data.generic_type, trap_count);
kfree(trap);
return NULL;
}