mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 12:33:18 -04:00
Staging: slicoss: Fix line over 80 characters in slic.h
This patch fixes the following checkpatch.pl issues in slic.h: WARNING: line over 80 characters Signed-off-by: Monam Agarwal <monamagarwal123@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5484081d22
commit
012317f7d6
@@ -464,9 +464,12 @@ struct adapter {
|
||||
/*
|
||||
* SLIC Handles
|
||||
*/
|
||||
struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS+1]; /* Object handles*/
|
||||
struct slic_handle *pfree_slic_handles; /* Free object handles*/
|
||||
struct slic_spinlock handle_lock; /* Object handle list lock*/
|
||||
/* Object handles*/
|
||||
struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS+1];
|
||||
/* Free object handles*/
|
||||
struct slic_handle *pfree_slic_handles;
|
||||
/* Object handle list lock*/
|
||||
struct slic_spinlock handle_lock;
|
||||
ushort slic_handle_ix;
|
||||
|
||||
u32 xmitq_full;
|
||||
|
||||
Reference in New Issue
Block a user