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.14-rc1~2366^2~621 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c371ffa79c4ca29b8cd7da4d30157179162130c8;p=platform%2Fkernel%2Flinux-rpi.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 fe1d2ce..6d28539 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.