summaryrefslogtreecommitdiffstats
path: root/drivers/staging/unisys/common-spar
diff options
context:
space:
mode:
authorBenjamin Romer <benjamin.romer@unisys.com>2014-10-23 14:31:03 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-27 10:33:14 +0800
commitbe3c366905e56ff324018e00339167a3beead31e (patch)
tree3a89bfa52c86a5bc6590b12f40ff065585be228b /drivers/staging/unisys/common-spar
parentefc84499e90b7192dbf80a6493a487f695f344e4 (diff)
downloadlinux-be3c366905e56ff324018e00339167a3beead31e.tar.gz
linux-be3c366905e56ff324018e00339167a3beead31e.tar.bz2
linux-be3c366905e56ff324018e00339167a3beead31e.zip
staging: unisys: fix CamelCase in uiscmdrsp_disknotify
Fix the CamelCase member of this structure: vHba => v_hba Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/unisys/common-spar')
-rw-r--r--drivers/staging/unisys/common-spar/include/channels/iochannel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/unisys/common-spar/include/channels/iochannel.h b/drivers/staging/unisys/common-spar/include/channels/iochannel.h
index 2f0cf5f341a6..b4da34758b3d 100644
--- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h
+++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h
@@ -594,7 +594,7 @@ struct uiscmdrsp_scsitaskmgmt {
/* Note that the vHba pointer is not used by the Client/Guest side. */
struct uiscmdrsp_disknotify {
u8 add; /* 0-remove, 1-add */
- void *vHba; /* Pointer to vhba_info for channel info to
+ void *v_hba; /* Pointer to vhba_info for channel info to
* route msg */
u32 channel, id, lun; /* SCSI Path of Disk to added or removed */
};