From: Benjamin Romer Date: Tue, 30 Sep 2014 16:08:03 +0000 (-0400) Subject: staging: unisys: fix CamelCase names in struct add_vdisk_iopart X-Git-Tag: v3.18-rc1~130^2~78 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=057546f02e003c6dc242b85a1c766c68ec6b04fb;p=karo-tx-linux.git staging: unisys: fix CamelCase names in struct add_vdisk_iopart Fix CamelCase names: busNo => bus_no devNo => dev_no Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index 80524dc6516d..16c7683e2669 100644 --- a/drivers/staging/unisys/include/uisqueue.h +++ b/drivers/staging/unisys/include/uisqueue.h @@ -259,8 +259,8 @@ struct add_vdisk_iopart { struct uisscsi_dest pdest; /* scsi bus, target, lun for phys disk */ u8 sernum[MAX_SERIAL_NUM]; /* serial num of physical disk */ u32 serlen; /* length of serial num */ - u32 busNo; - u32 devNo; + u32 bus_no; + u32 dev_no; }; struct del_vdisk_iopart {