From: Gargi Sharma Date: Mon, 12 Sep 2016 19:12:07 +0000 (+0530) Subject: staging: slicoss: add new line after struct declaration X-Git-Tag: v4.9-rc1~119^2~621 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c371ffa79c4ca29b8cd7da4d30157179162130c8;p=karo-tx-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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/slicoss/slic.h b/drivers/staging/slicoss/slic.h index fe1d2cee65b7..6d2853906219 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.