From: Roberta Dobrescu Date: Fri, 19 Sep 2014 20:34:36 +0000 (+0300) Subject: staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16 X-Git-Tag: fixes-for-v3.18-merge-window~15^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff99b312f9c94516acb38bad7421ba1d74abeb2;p=pandora-kernel.git staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16 This fixes the following checkpatch.pl warning: WARNING: __constant_cpu_to_le16 should be cpu_to_le16 Additionally, it removes the space between function name and (. Signed-off-by: Roberta Dobrescu Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed