Skip to content

Commit

Permalink
net: sealevel: remove redundant blank lines
Browse files Browse the repository at this point in the history
This patch removes some redundant blank lines.

Signed-off-by: Peng Li <lipeng321@huawei.com>
Signed-off-by: Guangbin Huang <huangguangbin2@huawei.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Peng Li authored and Jakub Kicinski committed Jun 1, 2021
1 parent 62f20e0 commit 801f0a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/net/wan/sealevel.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@
#include <asm/byteorder.h>
#include "z85230.h"


struct slvl_device
{
struct z8530_channel *chan;
int channel;
};


struct slvl_board
{
struct slvl_device dev[2];
Expand Down Expand Up @@ -195,7 +193,6 @@ static int slvl_setup(struct slvl_device *sv, int iobase, int irq)
return 0;
}


/*
* Allocate and setup Sealevel board.
*/
Expand Down Expand Up @@ -256,7 +253,6 @@ static __init struct slvl_board *slvl_init(int iobase, int irq,

outb(3 | (1 << 7), b->iobase + 4);


/* We want a fast IRQ for this device. Actually we'd like an even faster
IRQ ;) - This is one driver RtLinux is made for */

Expand Down Expand Up @@ -351,7 +347,6 @@ static void __exit slvl_shutdown(struct slvl_board *b)
kfree(b);
}


static int io=0x238;
static int txdma=1;
static int rxdma=3;
Expand Down

0 comments on commit 801f0a1

Please sign in to comment.