提交 21aac2c9 编写于 作者: D Devendra Naga 提交者: Greg Kroah-Hartman

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: NDevendra Naga <devendra.aaru@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 a47bf245
...@@ -1169,11 +1169,11 @@ cleanup_hdlc (void) ...@@ -1169,11 +1169,11 @@ cleanup_hdlc (void)
STATIC void __exit STATIC void __exit
c4_mod_remove (void) c4_mod_remove (void)
{ {
cleanup_hdlc (); /* delete any missed channels */ cleanup_hdlc(); /* delete any missed channels */
cleanup_devs (); cleanup_devs();
c4_cleanup (); c4_cleanup();
cleanup_ioremap (); cleanup_ioremap();
pr_info("SBE - driver removed.\n"); pr_info("SBE - driver removed.\n");
} }
module_init (c4_mod_init); module_init (c4_mod_init);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册