Skip to content

Commit

Permalink
mux: adgs1408: use the correct MODULE_LICENSE
Browse files Browse the repository at this point in the history
The file is GPL v2 or later.

Acked-by: Mircea Caprioru <[email protected]>
Signed-off-by: Peter Rosin <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
peda-r authored and gregkh committed Oct 12, 2018
1 parent 6b3944e commit 38a1260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/mux/adgs1408.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ module_spi_driver(adgs1408_driver);

MODULE_AUTHOR("Mircea Caprioru <[email protected]>");
MODULE_DESCRIPTION("Analog Devices ADGS1408 MUX driver");
MODULE_LICENSE("GPL v2");
MODULE_LICENSE("GPL");

0 comments on commit 38a1260

Please sign in to comment.