Re: [PATCH] drivers: hwspinlock: add CSR atlas7 implementation
From: Paul Bolle
Date: Sat Mar 07 2015 - 08:42:21 EST
One license nit.
Barry Song schreef op vr 06-03-2015 om 16:30 [+0800]:
> --- /dev/null
> +++ b/drivers/hwspinlock/sirf_hwspinlock.c
> @@ -0,0 +1,151 @@
> +/*
> + * SIRF hardware spinlock driver
> + *
> + * Copyright (c) 2014 Cambridge Silicon Radio Limited, a CSR plc group company.
> + *
> + * Licensed under GPLv2 or later.
> + */
This states the license is GPL v2 or later.
> +MODULE_LICENSE("GPL v2");
So you probably want
MODULE_LICENSE("GPL");
here.
Paul Bolle
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/