From: Benjamin Romer Date: Thu, 23 Oct 2014 18:31:01 +0000 (-0400) Subject: staging: unisys: fix CamelCase name in net_pkt_rcvpost X-Git-Tag: v4.14-rc1~6283^2~935 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60a2708327f3c30c8e87c54cf3044f1e0c6a5d4b;p=platform%2Fkernel%2Flinux-rpi.git staging: unisys: fix CamelCase name in net_pkt_rcvpost Fix the CamelCase name in this struct: UniqueNum => unique_num Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/unisys/common-spar/include/channels/iochannel.h b/drivers/staging/unisys/common-spar/include/channels/iochannel.h index 1ebaa5b..9495622 100644 --- a/drivers/staging/unisys/common-spar/include/channels/iochannel.h +++ b/drivers/staging/unisys/common-spar/include/channels/iochannel.h @@ -508,7 +508,7 @@ struct net_pkt_rcvpost { * to be describable */ struct phys_info frag; /* physical page information for the * single fragment 2K rcv buf */ - u64 UniqueNum; /* This is used to make sure that + u64 unique_num; /* This is used to make sure that * receive posts are returned to */ /* the Adapter which sent them origonally. */ };