projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab626d1
)
IB/ucma: Convert use of typedef ctl_table to struct ctl_table
author
Joe Perches
<joe@perches.com>
Tue, 22 Oct 2013 22:29:50 +0000
(15:29 -0700)
committer
Roland Dreier
<roland@purestorage.com>
Sat, 16 Nov 2013 18:32:24 +0000
(10:32 -0800)
This typedef is unnecessary and should just be removed.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Roland Dreier <roland@purestorage.com>
drivers/infiniband/core/ucma.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/core/ucma.c
b/drivers/infiniband/core/ucma.c
index
b0f189b
..
3f93093
100644
(file)
--- a/
drivers/infiniband/core/ucma.c
+++ b/
drivers/infiniband/core/ucma.c
@@
-57,7
+57,7
@@
MODULE_LICENSE("Dual BSD/GPL");
static unsigned int max_backlog = 1024;
static struct ctl_table_header *ucma_ctl_table_hdr;
-static ctl_table ucma_ctl_table[] = {
+static
struct
ctl_table ucma_ctl_table[] = {
{
.procname = "max_backlog",
.data = &max_backlog,