Ben Dooks wrote:
> hi, re-send as something I can apply to my git and i'll apply it thanks.

Heh, I thought you'd just a ^[ ;-)

Alright, a formally correct patch is attached.

- Werner
s3c-sdhci-license-typo.patch

Unfortunately, "GPLv2" is not recognized by modpost as a GPL-compatible
license, causing this to fail building as a module.

Signed-off-by: Werner Almesberger <[EMAIL PROTECTED]>

---

diff --git a/drivers/mmc/host/sdhci-s3c.c b/drivers/mmc/host/sdhci-s3c.c
index a1ddb13..b8f2044 100644
--- a/drivers/mmc/host/sdhci-s3c.c
+++ b/drivers/mmc/host/sdhci-s3c.c
@@ -371,5 +371,5 @@ module_exit(sdhci_s3c_exit);
 
 MODULE_DESCRIPTION("Samsung SDHCI (HSMMC) glue");
 MODULE_AUTHOR("Ben Dooks, <[EMAIL PROTECTED]>");
-MODULE_LICENSE("GPLv2");
+MODULE_LICENSE("GPL v2");
 MODULE_ALIAS("platform:s3c-sdhci");

Reply via email to