drivers: pcmcia: ds.c fix checkpatch errors
fix these checkpatch errors : - ERROR: spaces required around that '<' (ctx:VxW) - ERROR: "foo * bar" should be "foo *bar" - WARNING: please, no space before tabs Signed-off-by: Laurent Navet <laurent.navet@gmail.com> Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
This commit is contained in:
parent
221f7edb73
commit
46f533ccb8
1 changed files with 9 additions and 8 deletions
|
@ -781,7 +781,8 @@ static int pcmcia_load_firmware(struct pcmcia_device *dev, char * filename)
|
||||||
|
|
||||||
#else /* !CONFIG_PCMCIA_LOAD_CIS */
|
#else /* !CONFIG_PCMCIA_LOAD_CIS */
|
||||||
|
|
||||||
static inline int pcmcia_load_firmware(struct pcmcia_device *dev, char * filename)
|
static inline int pcmcia_load_firmware(struct pcmcia_device *dev,
|
||||||
|
char *filename)
|
||||||
{
|
{
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue