staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro
[deliverable/linux.git] / drivers / staging / unisys / include / uisqueue.h
index 5190eddf5f7f34d7499aa4865ac43bb81e63fab1..b87e0aedd085717bf30d06b273601c492e75149b 100644 (file)
@@ -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
This page took 0.024106 seconds and 5 git commands to generate.