OSDN Git Service

pvpanic: Keep single style across modules
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Sun, 29 Aug 2021 12:43:52 +0000 (15:43 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Sep 2021 09:07:13 +0000 (11:07 +0200)
commit33a430419456991480cde9d8889e5a27f6049df4
tree4f03e3110cc577bba3a4bd9039bebf23091e77c5
parenta34993a2791c507d6941582f37c9776257662523
pvpanic: Keep single style across modules

We have different style on where we place module_*() and MODULE_*() macros.
Inherit the style from the original module (now pvpanic-mmio.c).

Reviewed-by: Mihai Carabas <mihai.carabas@oracle.com
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210829124354.81653-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/pvpanic/pvpanic-pci.c
drivers/misc/pvpanic/pvpanic.c