Commit d1413048 authored by Stephan Gabert's avatar Stephan Gabert Committed by Greg Kroah-Hartman

staging/wlags49_h2: checkpatch: added spaces around equal sign

Hereby the checkpatch message
  ERROR: spaces required around that '=' (ctx:VxV)
gets resolved
and the neighboring equal signs are positioned in the same column.
Signed-off-by: default avatarStephan Gabert <stephan.gabert@fau.de>
Signed-off-by: default avatarNicolas Pfeiffer <nicolas.pfeiffer@fau.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 85da528d
......@@ -131,11 +131,11 @@ static int wl_adapter_attach(struct pcmcia_device *link)
return -ENOMEM;
}
link->resource[0]->end = HCF_NUM_IO_PORTS;
link->resource[0]->flags= IO_DATA_PATH_WIDTH_16;
link->config_flags |= CONF_ENABLE_IRQ;
link->config_index = 5;
link->config_regs = PRESENT_OPTION;
link->resource[0]->end = HCF_NUM_IO_PORTS;
link->resource[0]->flags = IO_DATA_PATH_WIDTH_16;
link->config_flags |= CONF_ENABLE_IRQ;
link->config_index = 5;
link->config_regs = PRESENT_OPTION;
link->priv = dev;
lp = wl_priv(dev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment