staging: slicoss: add new line after struct declaration
authorGargi Sharma <gs051095@gmail.com>
Mon, 12 Sep 2016 19:12:07 +0000 (00:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 13 Sep 2016 13:01:29 +0000 (15:01 +0200)
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>
drivers/staging/slicoss/slic.h

index fe1d2ce..6d28539 100644 (file)
@@ -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.