浏览代码

staging: slicoss: add new line after struct declaration

checkpatch generates a warning for no blank line after struct
declaration. Inserted a new line.

Signed-off-by: Gargi Sharma <gs051095@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Gargi Sharma 9 年之前
父节点
当前提交
c371ffa79c
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/staging/slicoss/slic.h

+ 1 - 0
drivers/staging/slicoss/slic.h

@@ -92,6 +92,7 @@ struct slic_rcvbuf_info {
 	u32     lasttime;
 	u32     lastid;
 };
+
 /*
  * SLIC Handle structure.  Used to restrict handle values to
  * 32 bits by using an index rather than an address.