Skip to content

Commit

Permalink
gpio: exar: add a newline after the copyright notice
Browse files Browse the repository at this point in the history
It's customary to have a newline between the copyright header and the
includes. Add one to gpio-exar.

Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-by: Andy Shevchenko <[email protected]>
  • Loading branch information
brgl committed Nov 25, 2020
1 parent f52d6d8 commit 1bfaf12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/gpio/gpio-exar.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*
* Copyright (C) 2015 Sudip Mukherjee <[email protected]>
*/

#include <linux/bitops.h>
#include <linux/device.h>
#include <linux/gpio/driver.h>
Expand Down

0 comments on commit 1bfaf12

Please sign in to comment.