]> git.baikalelectronics.ru Git - kernel.git/commit
USB: serial: safe_serial: move __inline__ before return type
authorJoe Perches <joe@perches.com>
Wed, 12 Jul 2017 21:37:40 +0000 (14:37 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 12 Jul 2017 23:26:04 +0000 (16:26 -0700)
commitfa1c67b136a68c12ccf6e80643dedcbd71c03841
tree295c4b98aadc03f164bd188a9cde55e81924b823
parent2afd0d6b78245eed9fe9452c3780ac099053f030
USB: serial: safe_serial: move __inline__ before return type

Make the code like the rest of the kernel.
Also use inline instead of __inline__.

Link: http://lkml.kernel.org/r/a5072b74b6c293e6ec93c4900482e9d3267f15b2.1499284835.git.joe@perches.com
Signed-off-by: Joe Perches <joe@perches.com>
Cc: Johan Hovold <johan@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/usb/serial/safe_serial.c