From: Benjamin Romer Date: Fri, 5 Dec 2014 22:09:15 +0000 (-0500) Subject: staging: unisys: refactor req_handler_add() X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~83^2~510 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be080dc1afd4b4aacd3a77f275a10c2b7b14bcd0;p=pandora-kernel.git staging: unisys: refactor req_handler_add() Fix the CamelCase parameter names: Server_Channel_Ok => server_channel_ok Server_Channel_Init => server_channel_init clientStr => clientstr clientStrLen => clientstr_len And remove the extra parenthesis in the list_add_tail() call at the end. Signed-off-by: Ken Depro Signed-off-by: Benjamin Romer Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed