From: Jesse Barnes <jbarnes@engr.sgi.com>
To: Nishanth Aravamudan <nacc@us.ibm.com>
Cc: domen@coderock.org, ghoward@sgi.com, akpm@osdl.org,
linux-kernel@vger.kernel.org
Subject: Re: [patch 01/14] char/snsc: reorder set_current_state() and add_wait_queue()
Date: Mon, 14 Mar 2005 10:03:59 -0800 [thread overview]
Message-ID: <200503141003.59618.jbarnes@engr.sgi.com> (raw)
In-Reply-To: <20050314175427.GA2993@us.ibm.com>
[-- Attachment #1: Type: text/plain, Size: 973 bytes --]
On Monday, March 14, 2005 9:54 am, Nishanth Aravamudan wrote:
> On Mon, Mar 14, 2005 at 09:45:44AM -0800, Jesse Barnes wrote:
> > On Sunday, March 6, 2005 2:36 pm, domen@coderock.org wrote:
> > > Any comments would be, as always, appreciated.
> >
> > I don't have a problem with this change, but the maintainer probably
> > should have been Cc'd. Greg, does this change look ok to you? Note that
> > it's already been committed to the upstream tree, so if it's a bad change
> > we'll need to have the cset excluded or something.
>
> Thanks for the feedback. I don't see a maintainer entry for Greg
> anywhere in the snsc.{c,h} files or MAINTAINERS. Could someone throw a
> patch upstream so that whomever should be contacted for this driver will
> be in the future?
Good point :) I assumed there was a MODULE_AUTHOR entry. Here's a patch to
get Greg more spam^W^W^W^Wadd the relevant info. Look ok to you Greg?
Signed-off-by: Jesse Barnes <jbarnes@sgi.com>
Jesse
[-- Attachment #2: snsc-author.patch --]
[-- Type: text/plain, Size: 416 bytes --]
===== drivers/char/snsc.c 1.4 vs edited =====
--- 1.4/drivers/char/snsc.c 2005-03-13 15:30:07 -08:00
+++ edited/drivers/char/snsc.c 2005-03-14 10:01:38 -08:00
@@ -28,6 +28,10 @@
#include <asm/sn/nodepda.h>
#include "snsc.h"
+MODULE_AUTHOR("Greg Howard <ghoward@sgi.com>");
+MODULE_DESCRIPTION("SGI System Controller driver");
+MODULE_LICENSE("GPL");
+
#define SYSCTL_BASENAME "snsc"
#define SCDRV_BUFSZ 2048
next prev parent reply other threads:[~2005-03-14 18:11 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-06 22:36 [patch 01/14] char/snsc: reorder set_current_state() and add_wait_queue() domen
2005-03-14 17:45 ` Jesse Barnes
2005-03-14 17:54 ` Nishanth Aravamudan
2005-03-14 18:03 ` Jesse Barnes [this message]
2005-03-14 18:41 ` Greg Howard
2005-03-14 18:35 ` Greg Howard
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=200503141003.59618.jbarnes@engr.sgi.com \
--to=jbarnes@engr.sgi.com \
--cc=akpm@osdl.org \
--cc=domen@coderock.org \
--cc=ghoward@sgi.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nacc@us.ibm.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.