mirror of https://gitee.com/openkylin/linux.git
parport: code indent should use tabs
Code should be indented using tabs and not by space. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
7b7a0a30c9
commit
b075e6f051
|
@ -455,7 +455,7 @@ struct parport *parport_register_port(unsigned long base, int irq, int dma,
|
|||
tmp->dma = dma;
|
||||
tmp->muxport = tmp->daisy = tmp->muxsel = -1;
|
||||
tmp->modes = 0;
|
||||
INIT_LIST_HEAD(&tmp->list);
|
||||
INIT_LIST_HEAD(&tmp->list);
|
||||
tmp->devices = tmp->cad = NULL;
|
||||
tmp->flags = 0;
|
||||
tmp->ops = ops;
|
||||
|
|
Loading…
Reference in New Issue