提交 4a8e3076 编写于 作者: R Roxana Blaj 提交者: Greg Kroah-Hartman

staging: rts5208: add new line after declarations

This fixes the warning:
WARNING: Missing a blank line after declarations
Signed-off-by: NRoxana Blaj <roxanagabriela10@gmail.com>
Acked-by: NDaniel Baluta <daniel.baluta@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 767c6a55
......@@ -25,6 +25,7 @@
int bit1cnt_long(u32 data)
{
int i, cnt = 0;
for (i = 0; i < 32; i++) {
if (data & 0x01)
cnt++;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册