<div dir="ltr">&gt; Hi all,<br>&gt;<br>&gt; I am just wondering whether there is a script/tool which format source code<br>&gt; according to kernel coding rule automatically? Such as tab, space, brace,<br>&gt; etc.  <br>&gt;<br>&gt; Thanks very much in advance!<br>&gt;<br>&gt; Best Regards<br>&gt; Nan Xiao<br><br>If your using vi(m) in command mode type gg=G this will indent your code . if your want kernel coding rules compatibility run your code through scripts/Lindent. There is a vim plugi-in <a href="http://www.vim.org/scripts/script.php?script_id=4369">http://www.vim.org/scripts/script.php?script_id=4369</a> will do the same.<br><br></div>