From: Devendra Naga Date: Sat, 1 Sep 2012 20:59:51 +0000 (+0530) Subject: staging: cxt1e1: solve coding style problem X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=21aac2c935178ef8594ad81a174319ece3139a0d;p=linux-beck.git staging: cxt1e1: solve coding style problem remove the spaces and replace with tabs at the beginning of a line and also remove space between function call and its open paranthesis Signed-off-by: Devendra Naga Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/cxt1e1/linux.c b/drivers/staging/cxt1e1/linux.c index 6452dc375bfd..0ff2865edec8 100644 --- a/drivers/staging/cxt1e1/linux.c +++ b/drivers/staging/cxt1e1/linux.c @@ -1169,11 +1169,11 @@ cleanup_hdlc (void) STATIC void __exit c4_mod_remove (void) { - cleanup_hdlc (); /* delete any missed channels */ - cleanup_devs (); - c4_cleanup (); - cleanup_ioremap (); - pr_info("SBE - driver removed.\n"); + cleanup_hdlc(); /* delete any missed channels */ + cleanup_devs(); + c4_cleanup(); + cleanup_ioremap(); + pr_info("SBE - driver removed.\n"); } module_init (c4_mod_init);