]> git.baikalelectronics.ru Git - kernel.git/commit
staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16
authorRoberta Dobrescu <roberta.dobrescu@gmail.com>
Fri, 19 Sep 2014 20:34:36 +0000 (23:34 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Sep 2014 00:48:06 +0000 (17:48 -0700)
commit9ecf56a73befd223ed0c27f24b1ff8a376241de9
tree65a24a7e8a348837701bc1a3e7a03a1992ccf285
parent5ea1407d6ebd207d8ffd7694fb5a15cc4a800e64
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 <roberta.dobrescu@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/emxx_udc/emxx_udc.c