Przeglądaj źródła

sh: More license string silliness.

'GPL v2' vs 'GPLv2'.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Paul Mundt 18 lat temu
rodzic
commit
2d009328db
2 zmienionych plików z 2 dodań i 2 usunięć
  1. 1 1
      arch/sh/drivers/push-switch.c
  2. 1 1
      arch/sh/mm/cache-debugfs.c

+ 1 - 1
arch/sh/drivers/push-switch.c

@@ -138,4 +138,4 @@ module_exit(switch_exit);
 
 MODULE_VERSION(DRV_VERSION);
 MODULE_AUTHOR("Paul Mundt");
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPLv2");

+ 1 - 1
arch/sh/mm/cache-debugfs.c

@@ -144,4 +144,4 @@ static int __init cache_debugfs_init(void)
 }
 module_init(cache_debugfs_init);
 
-MODULE_LICENSE("GPL v2");
+MODULE_LICENSE("GPLv2");