mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-01-13 21:02:35 +00:00
IB/ucma: Convert use of typedef ctl_table to struct ctl_table
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>
This commit is contained in:
parent
ab626d1a68
commit
f3a5e3e37e
@ -57,7 +57,7 @@ MODULE_LICENSE("Dual BSD/GPL");
|
|||||||
static unsigned int max_backlog = 1024;
|
static unsigned int max_backlog = 1024;
|
||||||
|
|
||||||
static struct ctl_table_header *ucma_ctl_table_hdr;
|
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",
|
.procname = "max_backlog",
|
||||||
.data = &max_backlog,
|
.data = &max_backlog,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user