mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 04:29:11 -04:00
staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro
Clean up CamelCase names: pSwitch => s Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f796e84cc9
commit
059ec04b64
@@ -170,8 +170,8 @@ struct bus_info {
|
||||
* by IOVM; 0 otherwise... */
|
||||
};
|
||||
|
||||
#define DEDICATED_SWITCH(pSwitch) ((pSwitch->extPortCount == 1) && \
|
||||
(pSwitch->intPortCount == 1))
|
||||
#define DEDICATED_SWITCH(s) ((s->extPortCount == 1) && \
|
||||
(s->intPortCount == 1))
|
||||
|
||||
struct sn_list_entry {
|
||||
struct uisscsi_dest pdest; /* scsi bus, target, lun for
|
||||
|
||||
Reference in New Issue
Block a user