From 0014c3ccdab1441972bfa6d8296e0c3bf61ad854 Mon Sep 17 00:00:00 2001 From: Benjamin Romer Date: Tue, 30 Sep 2014 12:08:06 -0400 Subject: [PATCH] staging: unisys: fix CamelCase definitions in struct io_msgs Clean up CamelCase names: extPort => ext_port Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- drivers/staging/unisys/include/uisqueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/unisys/include/uisqueue.h b/drivers/staging/unisys/include/uisqueue.h index f65e03d01ec6..fe59337a6230 100644 --- a/drivers/staging/unisys/include/uisqueue.h +++ b/drivers/staging/unisys/include/uisqueue.h @@ -316,7 +316,7 @@ struct io_msgs { struct det_virt_iopart det_intport; struct add_switch_iopart add_switch; struct del_switch_iopart del_switch; - struct extport_info *extPort; /* for attach or detach + struct extport_info *ext_port; /* for attach or detach * pnic/generic delete all * vhbas/allvnics need no * parameters */ -- 2.34.1