This patch removes all trailing whitespace's in eni.c as sugested by checkpatch.pl
Signed-off-by: Patrik Kårlin <[email protected]> --- drivers/atm/eni.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/atm/eni.c b/drivers/atm/eni.c index 6ae0d89..1d5adc2 100644 --- a/drivers/atm/eni.c +++ b/drivers/atm/eni.c @@ -1,7 +1,7 @@ /* drivers/atm/eni.c - Efficient Networks ENI155P device driver */ - + /* Written 1995-2000 by Werner Almesberger, EPFL LRC/ICA */ - + #include <linux/module.h> #include <linux/kernel.h> @@ -33,7 +33,7 @@ #if !defined(__i386__) && !defined(__x86_64__) #ifndef ioremap_nocache #define ioremap_nocache(X, Y) ioremap(X, Y) -#endif +#endif #endif /* @@ -90,7 +90,7 @@ static void event_dump(void) #else -/* +/* * NULL pointer checking */ @@ -112,7 +112,7 @@ static int ec = 0; static void EVENT(const char *s, unsigned long a, unsigned long b) { - ev[ec] = s; + ev[ec] = s; ev_a[ec] = a; ev_b[ec] = b; ec = (ec+1) % EV; @@ -1800,7 +1800,7 @@ static void eni_do_release(struct atm_dev *dev) static int eni_start(struct atm_dev *dev) { struct eni_dev *eni_dev; - + void __iomem *buf; unsigned long buffer_mem; int error; @@ -2148,7 +2148,7 @@ static int eni_proc_read(struct atm_dev *dev, loff_t *pos, char *page) " (default)" #endif "\n", ""); - if (!--left) + if (!--left) return sprintf(page, "%4sBuffer multipliers: tx %d%%, rx %d%%\n", "", eni_dev->tx_mult, eni_dev->rx_mult); for (i = 0; i < NR_CHAN; i++) { -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

