commit | f6ef6c094ebd43e393657f4ae9cc3383dffda303 | [log] [tgz] |
---|---|---|
author | Haneen Mohammed <hamohammed.sa@gmail.com> | Mon Mar 02 20:01:42 2015 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Mar 06 09:54:26 2015 -0800 |
tree | 958657a1fd1c7910afac4b0d66ffed68a3bd764f | |
parent | fad0d05f7c05d9990e0fe3759511069e9e5e5c9e [diff] |
Staging: emxx_udc: Fix do not add new typedefs and remove volatile This patch fixes the following checkpatch.pl warnings:"do not add new typedefs" and "Use of volatile is usually wrong". Remove typedefs keyword and rename identifiers appropriately. Remove volatile from union usb_regs_access Update related files. Signed-off-by: Haneen Mohammed <hamohammed.sa@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>