Commit 801f0a1c authored by Peng Li's avatar Peng Li Committed by Jakub Kicinski

net: sealevel: remove redundant blank lines

This patch removes some redundant blank lines.
Signed-off-by: default avatarPeng Li <lipeng321@huawei.com>
Signed-off-by: default avatarGuangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 62f20e06
...@@ -29,14 +29,12 @@ ...@@ -29,14 +29,12 @@
#include <asm/byteorder.h> #include <asm/byteorder.h>
#include "z85230.h" #include "z85230.h"
struct slvl_device struct slvl_device
{ {
struct z8530_channel *chan; struct z8530_channel *chan;
int channel; int channel;
}; };
struct slvl_board struct slvl_board
{ {
struct slvl_device dev[2]; struct slvl_device dev[2];
...@@ -195,7 +193,6 @@ static int slvl_setup(struct slvl_device *sv, int iobase, int irq) ...@@ -195,7 +193,6 @@ static int slvl_setup(struct slvl_device *sv, int iobase, int irq)
return 0; return 0;
} }
/* /*
* Allocate and setup Sealevel board. * Allocate and setup Sealevel board.
*/ */
...@@ -256,7 +253,6 @@ static __init struct slvl_board *slvl_init(int iobase, int irq, ...@@ -256,7 +253,6 @@ static __init struct slvl_board *slvl_init(int iobase, int irq,
outb(3 | (1 << 7), b->iobase + 4); outb(3 | (1 << 7), b->iobase + 4);
/* We want a fast IRQ for this device. Actually we'd like an even faster /* We want a fast IRQ for this device. Actually we'd like an even faster
IRQ ;) - This is one driver RtLinux is made for */ IRQ ;) - This is one driver RtLinux is made for */
...@@ -351,7 +347,6 @@ static void __exit slvl_shutdown(struct slvl_board *b) ...@@ -351,7 +347,6 @@ static void __exit slvl_shutdown(struct slvl_board *b)
kfree(b); kfree(b);
} }
static int io=0x238; static int io=0x238;
static int txdma=1; static int txdma=1;
static int rxdma=3; static int rxdma=3;
......
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