From 059ec04b64470ed4801940d91b4f1343010f1ec3 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 30 Sep 2014 12:08:00 -0400 Subject: [PATCH] staging: unisys: clean up CamelCase in DEDICATED_SWITCH() macro Clean up CamelCase names: pSwitch => s Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/include/uisqueue.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 5190eddf5f7f..b87e0aedd085 100644 --- a/drivers/staging/unisys/include/uisqueue.h +++ b/drivers/staging/unisys/include/uisqueue.h @@ -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 -- 2.39.5