mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
staging: slicoss: cleaning up codestyle warnings
This removes checkpatch.pl warnings: WARNING: Block comments should align the * on each line Signed-off-by: Grygorii Maistrenko <grygoriimkd@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
af2708f5e8
commit
896075a684
@ -224,8 +224,8 @@ struct mcast_address {
|
||||
|
||||
struct slic_iface_stats {
|
||||
/*
|
||||
* Stats
|
||||
*/
|
||||
* Stats
|
||||
*/
|
||||
u64 xmt_bytes;
|
||||
u64 xmt_ucast;
|
||||
u64 xmt_mcast;
|
||||
@ -469,8 +469,8 @@ struct adapter {
|
||||
struct slic_cmdqueue cmdq_all;
|
||||
struct slic_cmdqmem cmdqmem;
|
||||
/*
|
||||
* SLIC Handles
|
||||
*/
|
||||
* SLIC Handles
|
||||
*/
|
||||
/* Object handles*/
|
||||
struct slic_handle slic_handles[SLIC_CMDQ_MAXCMDS + 1];
|
||||
/* Free object handles*/
|
||||
|
Loading…
Reference in New Issue
Block a user