dect
/
linux-2.6
Archived
13
0
Fork 0

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 <devendra.aaru@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Devendra Naga 2012-09-02 02:29:51 +05:30 committed by Greg Kroah-Hartman
parent a47bf2452b
commit 21aac2c935
1 changed files with 5 additions and 5 deletions

View File

@ -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);