From: Gargi Sharma <gs051095@gmail.com> Date: Mon, 12 Sep 2016 19:12:07 +0000 (+0530) Subject: staging: slicoss: add new line after struct declaration X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c371ffa79c4ca29b8cd7da4d30157179162130c8;p=linux.git 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> --- diff --git a/drivers/staging/slicoss/slic.h b/drivers/staging/slicoss/slic.h index fe1d2cee65b7b..6d2853906219d 100644 --- a/drivers/staging/slicoss/slic.h +++ b/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.