All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luciano Coelho <luciano.coelho@nokia.com>
To: ext Johannes Berg <johannes@sipsolutions.net>
Cc: "linville@tuxdriver.com" <linville@tuxdriver.com>,
	"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
	"Oikarinen Juuso (Nokia-D-MSW/Tampere)"
	<juuso.oikarinen@nokia.com>,
	"Valo Kalle (Nokia-D/Tampere)" <Kalle.Valo@nokia.com>
Subject: Re: [PATCH 13/13] wl1271: added Juuso Oikarinen as module author
Date: Fri, 28 Aug 2009 12:01:58 +0300	[thread overview]
Message-ID: <4A979D06.2000205@nokia.com> (raw)
In-Reply-To: <1251408741.22482.14.camel@johannes.local>

ext Johannes Berg wrote:
> On Fri, 2009-08-28 at 00:00 +0300, Luciano Coelho wrote:
>   
>> Add Juuso as one of the module authors, since he's working heavily on this
>> module as well.
>>
>> Cc: Juuso Oikarinen <juuso.oikarinen@nokia.com>
>> Signed-off-by: Luciano Coelho <luciano.coelho@nokia.com>
>> ---
>>  drivers/net/wireless/wl12xx/wl1271_main.c |    3 ++-
>>  1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/drivers/net/wireless/wl12xx/wl1271_main.c b/drivers/net/wireless/wl12xx/wl1271_main.c
>> index a97d434..4163eac 100644
>> --- a/drivers/net/wireless/wl12xx/wl1271_main.c
>> +++ b/drivers/net/wireless/wl12xx/wl1271_main.c
>> @@ -1449,4 +1449,5 @@ module_init(wl1271_init);
>>  module_exit(wl1271_exit);
>>  
>>  MODULE_LICENSE("GPL");
>> -MODULE_AUTHOR("Luciano Coelho <luciano.coelho@nokia.com>");
>> +MODULE_AUTHOR("Luciano Coelho <luciano.coelho@nokia.com>, "
>> +	      "Juuso Oikarinen <juuso.oikarinen@nokia.com>");
>>     
>
> Use multiple MODULE_AUTHORs instead.
>   

Is that the right way to do it? At least in include/linux/module.h it 
says this:

/* Author, ideally of form NAME[, NAME]*[ and NAME] */
#define MODULE_AUTHOR(_author) MODULE_INFO(author, _author)

As I interpret it, it means that there should be one MODULE_AUTHOR with 
a string that contains all the names.  So actually the right way to do 
it would be this:

MODULE_AUTHOR("Luciano Coelho <luciano.coelho@nokia.com> and "
	      "Juuso Oikarinen <juuso.oikarinen@nokia.com>");


Or am I missing/misinterpreting something?

-- 
Cheers,
Luca.


  parent reply	other threads:[~2009-08-28  9:02 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-27 20:59 [PATCH 00/13] wl1271: patch set with various improvements Luciano Coelho
2009-08-27 20:59 ` [PATCH 01/13] wl1271: remove unecessary qual parameter from rx status Luciano Coelho
2009-08-27 20:59 ` [PATCH 02/13] wl1271: Correction to TX block allocation calculation Luciano Coelho
2009-08-27 20:59 ` [PATCH 03/13] wl1271: Security sequence number handling for TX (for WPA) Luciano Coelho
2009-08-27 20:59 ` [PATCH 04/13] wl1271: Correct TKIP header space handling in TX path Luciano Coelho
2009-08-27 20:59 ` [PATCH 05/13] wl1271: Implement delayed entry into ELP Luciano Coelho
2009-08-27 21:00 ` [PATCH 06/13] wl1271: mask aid bits 14 and 15 in ps-poll template Luciano Coelho
2009-08-27 21:00 ` [PATCH 07/13] wl1271: Implementation for SPI busy word checking Luciano Coelho
2009-08-27 21:00 ` [PATCH 08/13] wl1271: Configure rate policies based on AP rates Luciano Coelho
2009-08-27 21:00 ` [PATCH 09/13] wl1271: Update join usage Luciano Coelho
2009-08-27 21:00 ` [PATCH 10/13] wl1271: Corrections to TX path Luciano Coelho
2009-08-27 21:00 ` [PATCH 11/13] wl1271: use workqueue provided by mac80211 instead of the default Luciano Coelho
2009-08-27 21:02   ` Luis R. Rodriguez
2009-08-27 21:17     ` Luciano Coelho
2009-08-27 21:00 ` [PATCH 12/13] wl1271: Clear probe-request template after scan Luciano Coelho
2009-08-27 21:00 ` [PATCH 13/13] wl1271: added Juuso Oikarinen as module author Luciano Coelho
2009-08-27 21:32   ` Johannes Berg
2009-08-27 21:35     ` Luis R. Rodriguez
2009-08-27 21:47       ` Luis R. Rodriguez
2009-08-28  9:01     ` Luciano Coelho [this message]
2009-08-28  9:10       ` Johannes Berg
2009-08-28  9:27         ` Luciano Coelho
2009-08-27 21:20 ` [PATCH 00/13] wl1271: patch set with various improvements Luciano Coelho

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=4A979D06.2000205@nokia.com \
    --to=luciano.coelho@nokia.com \
    --cc=Kalle.Valo@nokia.com \
    --cc=johannes@sipsolutions.net \
    --cc=juuso.oikarinen@nokia.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /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.