From: Jean Delvare <jdelvare@suse.de>
To: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Cc: <linux-i2c@vger.kernel.org>, Wolfram Sang <wsa@kernel.org>,
Vladimir Zapolskiy <vz@mleia.com>,
Sylvain Lemieux <slemieux.tyco@gmail.com>,
Sumit Semwal <sumit.semwal@linaro.org>,
Linus Walleij <linus.walleij@linaro.org>,
Barry Song <baohua@kernel.org>
Subject: Re: [PATCH v2] i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Date: Thu, 11 Jun 2020 15:18:38 +0200 [thread overview]
Message-ID: <20200611151838.48451dfc@endymion> (raw)
In-Reply-To: <20200611110534.3274710-1-jarkko.nikula@linux.intel.com>
On Thu, 11 Jun 2020 14:05:34 +0300, Jarkko Nikula wrote:
> Modules with multiple authors should use multiple MODULE_AUTHOR()
> statements according to comment in include/linux/module.h.
>
> Split the i2c modules with multiple authors to use multiple
> MODULE_AUTHOR() statements.
>
> Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
> ---
> v2: Jean Delvare noticed i2c-nomadik.c, i2c-sirf.c and i2c-viapro.c were
> missing. Refer to module.h comment in commit log message.
> I decided to change all these modules in one patch. I can split if needed.
> ---
> drivers/i2c/algos/i2c-algo-pca.c | 4 ++--
> drivers/i2c/busses/i2c-ali1535.c | 8 ++++----
> drivers/i2c/busses/i2c-ali15x3.c | 6 +++---
> drivers/i2c/busses/i2c-emev2.c | 3 ++-
> drivers/i2c/busses/i2c-i801.c | 3 ++-
> drivers/i2c/busses/i2c-nomadik.c | 3 ++-
> drivers/i2c/busses/i2c-piix4.c | 4 ++--
> drivers/i2c/busses/i2c-pnx.c | 3 ++-
> drivers/i2c/busses/i2c-sh_mobile.c | 3 ++-
> drivers/i2c/busses/i2c-sibyte.c | 3 ++-
> drivers/i2c/busses/i2c-sirf.c | 4 ++--
> drivers/i2c/busses/i2c-viapro.c | 6 +++---
> drivers/i2c/i2c-dev.c | 4 ++--
> 13 files changed, 30 insertions(+), 24 deletions(-)
> (...)
Reviewed-by: Jean Delvare <jdelvare@suse.de>
--
Jean Delvare
SUSE L3 Support
next prev parent reply other threads:[~2020-06-11 13:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-06-11 11:05 [PATCH v2] i2c: Use separate MODULE_AUTHOR() statements for multiple authors Jarkko Nikula
2020-06-11 13:18 ` Jean Delvare [this message]
2020-07-04 6:26 ` Wolfram Sang
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=20200611151838.48451dfc@endymion \
--to=jdelvare@suse.de \
--cc=baohua@kernel.org \
--cc=jarkko.nikula@linux.intel.com \
--cc=linus.walleij@linaro.org \
--cc=linux-i2c@vger.kernel.org \
--cc=slemieux.tyco@gmail.com \
--cc=sumit.semwal@linaro.org \
--cc=vz@mleia.com \
--cc=wsa@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.