Commit 059ec04b authored by Benjamin Romer's avatar Benjamin Romer Committed by Greg Kroah-Hartman

staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro

Clean up CamelCase names:
pSwitch => s
Signed-off-by: default avatarBenjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f796e84c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment