From: Benjamin Romer Date: Tue, 30 Sep 2014 16:08:06 +0000 (-0400) Subject: staging: unisys: fix CamelCase definitions in struct io_msgs X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0014c3ccdab1441972bfa6d8296e0c3bf61ad854;p=deliverable%2Flinux.git 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 --- 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 */