From: 21cnbao@gmail.com (Barry Song)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 4/5] ARM: prima2: rtciobrg: fix the typo about license
Date: Tue, 18 Feb 2014 14:46:30 +0800 [thread overview]
Message-ID: <1392705991-29967-5-git-send-email-21cnbao@gmail.com> (raw)
In-Reply-To: <1392705991-29967-1-git-send-email-21cnbao@gmail.com>
From: Barry Song <Baohua.Song@csr.com>
we are marking GPL v2 in head comments, but MODULE_LICENSE is declaring GPL.
Signed-off-by: Barry Song <Baohua.Song@csr.com>
---
arch/arm/mach-prima2/rtciobrg.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/mach-prima2/rtciobrg.c b/arch/arm/mach-prima2/rtciobrg.c
index 9f2da2e..a17c88b 100644
--- a/arch/arm/mach-prima2/rtciobrg.c
+++ b/arch/arm/mach-prima2/rtciobrg.c
@@ -137,4 +137,4 @@ postcore_initcall(sirfsoc_rtciobrg_init);
MODULE_AUTHOR("Zhiwu Song <zhiwu.song@csr.com>, "
"Barry Song <baohua.song@csr.com>");
MODULE_DESCRIPTION("CSR SiRFprimaII rtc io bridge");
-MODULE_LICENSE("GPL");
+MODULE_LICENSE("GPL v2");
--
1.7.5.4
next prev parent reply other threads:[~2014-02-18 6:46 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-18 6:46 [PATCH 0/5] ARM: prima2: a couple of minor fixes Barry Song
2014-02-18 6:46 ` [PATCH 1/5] ARM: prima2: l2x0: fix checkpatch issues Barry Song
2014-02-18 6:46 ` [PATCH 2/5] ARM: prima2: platsmp: " Barry Song
2014-02-18 6:46 ` [PATCH 3/5] ARM: prima2: common: " Barry Song
2014-02-18 6:46 ` Barry Song [this message]
2014-02-18 6:46 ` [PATCH 5/5] ARM: prima2: staticize sirfsoc_init_late function Barry Song
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1392705991-29967-5-git-send-email-21cnbao@gmail.com \
--to=21cnbao@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).