From 7867499b13d6f79aa8e873a417331d427eb75f9f Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 30 Sep 2014 12:08:05 -0400 Subject: [PATCH] staging: unisys: fix CamelCase names in del_virt_iopart Clean up CamelCase names: busNo => bus_no devNo => dev_no 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 862768c207a0..f65e03d01ec6 100644 --- a/drivers/staging/unisys/include/uisqueue.h +++ b/drivers/staging/unisys/include/uisqueue.h @@ -272,8 +272,8 @@ struct del_vdisk_iopart { struct del_virt_iopart { void *chanptr; /* pointer to data channel */ - u32 busNo; - u32 devNo; + u32 bus_no; + u32 dev_no; }; struct det_virt_iopart { /* detach internal port */ -- 2.39.5