mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-29 15:42:46 +00:00
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>
This commit is contained in:
parent
602facfd96
commit
c371ffa79c
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue