]> asedeno.scripts.mit.edu Git - linux.git/commit
media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding function
authorDaniel W. S. Almeida <dwlsalmeida@gmail.com>
Thu, 7 Nov 2019 01:36:33 +0000 (02:36 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Fri, 3 Jan 2020 15:21:56 +0000 (16:21 +0100)
commit17a529d09975ef85ae3d67ba28a01f10fafd54b5
tree4544a9c272e2e11986a61cf810fe3d87a4c12e0e
parent080d89f522e2baddb4fbbd1af4b67b5f92537ef8
media: dvb_dummy_fe: place EXPORT_SYMBOL below corresponding function

dvb_dummy_fe.c had all its EXPORT_SYMBOL macros located at the end of the
file. Now these are located directly below the symbol they are exporting
for increased readability.

Suggested-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/dvb-frontends/dvb_dummy_fe.c