VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Masahiro Yamada <masahiroy@kernel.org> 2021-05-06 18:06:44 -0700 committer: Linus Torvalds <torvalds@linux-foundation.org> 2021-05-07 00:26:34 -0700 commit: fa60ce2cb4506701c43bd4cf3ca23d970daf1b9c parent: 7497835f7e8dae01c4850ce7204f6a8a7f58f2e5
Commit Summary:
treewide: remove editor modelines and cruft
Diffstat:
1 file changed, 0 insertions, 6 deletions
diff --git a/drivers/auxdisplay/panel.c b/drivers/auxdisplay/panel.c
index ff5755ee5694..eba04c0de7eb 100644
--- a/drivers/auxdisplay/panel.c
+++ b/drivers/auxdisplay/panel.c
@@ -1737,10 +1737,3 @@ module_init(panel_init_module);
 module_exit(panel_cleanup_module);
 MODULE_AUTHOR("Willy Tarreau");
 MODULE_LICENSE("GPL");
-
-/*
- * Local variables:
- *  c-indent-level: 4
- *  tab-width: 8
- * End:
- */