All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: Adrian McMenamin <adrian@newgolddream.dyndns.info>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	linux-input <linux-input@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Paul Mundt <lethal@linux-sh.org>
Subject: Re: [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast
Date: Thu, 1 Jan 2009 02:41:14 -0500	[thread overview]
Message-ID: <200901010241.16185.vapier@gentoo.org> (raw)
In-Reply-To: <1230668825.6489.1.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

On Tuesday 30 December 2008 15:27:05 Adrian McMenamin wrote:
> Adding maple mouse with proper __devexit_p() handling

this kind of patch revision info typically goes below the --- marker and  the 
patch itself gets "v2", "v3", etc... header markers

otherwise, driver looks OK to me.  thanks for your dreamcast work.
Acked-by: Mike Frysinger <vapier@gentoo.org>

> +	mse = kzalloc(sizeof(struct dc_mouse), GFP_KERNEL);

personally i find this style less likely to rot:
mse = kzalloc(sizeof(*mse), GFP_KERNEL);
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Mike Frysinger <vapier@gentoo.org>
To: Adrian McMenamin <adrian@newgolddream.dyndns.info>
Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	LKML <linux-kernel@vger.kernel.org>,
	linux-sh <linux-sh@vger.kernel.org>,
	linux-input <linux-input@vger.kernel.org>,
	Andrew Morton <akpm@osdl.org>, Paul Mundt <lethal@linux-sh.org>
Subject: Re: [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast
Date: Thu, 01 Jan 2009 07:41:14 +0000	[thread overview]
Message-ID: <200901010241.16185.vapier@gentoo.org> (raw)
In-Reply-To: <1230668825.6489.1.camel@localhost.localdomain>

[-- Attachment #1: Type: text/plain, Size: 530 bytes --]

On Tuesday 30 December 2008 15:27:05 Adrian McMenamin wrote:
> Adding maple mouse with proper __devexit_p() handling

this kind of patch revision info typically goes below the --- marker and  the 
patch itself gets "v2", "v3", etc... header markers

otherwise, driver looks OK to me.  thanks for your dreamcast work.
Acked-by: Mike Frysinger <vapier@gentoo.org>

> +	mse = kzalloc(sizeof(struct dc_mouse), GFP_KERNEL);

personally i find this style less likely to rot:
mse = kzalloc(sizeof(*mse), GFP_KERNEL);
-mike

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 835 bytes --]

  reply	other threads:[~2009-01-01  7:41 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-29 19:17 [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Adrian McMenamin
2008-12-29 19:17 ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:02 ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 21:02   ` Mike Frysinger
2008-12-29 21:30   ` Adrian McMenamin
2008-12-29 21:30     ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:36     ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 21:36       ` Mike Frysinger
2008-12-29 21:38       ` Adrian McMenamin
2008-12-29 21:38         ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 21:46         ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Sam Ravnborg
2008-12-29 21:46           ` Sam Ravnborg
2008-12-29 22:17           ` Adrian McMenamin
2008-12-29 22:17             ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2008-12-29 22:19             ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger
2008-12-29 22:19               ` Mike Frysinger
2008-12-30  8:17               ` Dmitry Torokhov
2008-12-30  8:17                 ` Dmitry Torokhov
2008-12-30 20:27                 ` Adrian McMenamin
2008-12-30 20:27                   ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Adrian McMenamin
2009-01-01  7:41                   ` Mike Frysinger [this message]
2009-01-01  7:41                     ` [PATCH] sh: maple: add support for the Maple mouse on the SEGA Dreamcast Mike Frysinger

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=200901010241.16185.vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=adrian@newgolddream.dyndns.info \
    --cc=akpm@osdl.org \
    --cc=dmitry.torokhov@gmail.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-input@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=sam@ravnborg.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.