]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
gpio: exar: add a newline after the copyright notice
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Sat, 19 Sep 2020 13:32:15 +0000 (15:32 +0200)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Wed, 25 Nov 2020 14:36:52 +0000 (15:36 +0100)
It's customary to have a newline between the copyright header and the
includes. Add one to gpio-exar.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
drivers/gpio/gpio-exar.c

index b1accfba017d1571f71c55ce19ffa435c0e79e9c..4202dd363a11df7bbb9691fa43451a793767c96a 100644 (file)
@@ -4,6 +4,7 @@
  *
  * Copyright (C) 2015 Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
  */
+
 #include <linux/bitops.h>
 #include <linux/device.h>
 #include <linux/gpio/driver.h>