Skip to content

Commit

Permalink
ata: sata_mv: fix module license specification
Browse files Browse the repository at this point in the history
The header allows GPL v2 only, so declare "GPL v2" for MODULE_LICENSE

Signed-off-by: Uwe Kleine-König <uwe@kleine-koenig.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Uwe Kleine-König authored and Tejun Heo committed Jan 6, 2017
1 parent 54643a8 commit 88af4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ata/sata_mv.c
Original file line number Diff line number Diff line change
Expand Up @@ -4526,7 +4526,7 @@ static void __exit mv_exit(void)

MODULE_AUTHOR("Brett Russ");
MODULE_DESCRIPTION("SCSI low-level driver for Marvell SATA controllers");
MODULE_LICENSE("GPL");
MODULE_LICENSE("GPL v2");
MODULE_DEVICE_TABLE(pci, mv_pci_tbl);
MODULE_VERSION(DRV_VERSION);
MODULE_ALIAS("platform:" DRV_NAME);
Expand Down

0 comments on commit 88af4bb

Please sign in to comment.