staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro
authorBenjamin Romer <benjamin.romer@unisys.com>
Tue, 30 Sep 2014 16:08:00 +0000 (12:08 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Oct 2014 16:45:01 +0000 (09:45 -0700)
Clean up CamelCase names:
pSwitch => s

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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.028948 seconds and 5 git commands to generate.