[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140113235042.GA22328@kroah.com>
Date: Mon, 13 Jan 2014 15:50:42 -0800
From: Greg KH <gregkh@...uxfoundation.org>
To: Joe Borg <cyborg101010@...il.com>
Cc: abbotti@....co.uk, hsweeten@...ionengravers.com,
dan.carpenter@...cle.com, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] DAS1800: Fixing foo * bar should be foo *bar
On Mon, Jan 13, 2014 at 11:19:15PM +0000, Joe Borg wrote:
> Fixed an error flagged by checkpatch.pl, 'foo * bar should be foo
> *bar' in the parameters of function munge_data().
Ok, real minor nits here, but I'd like you to make them for future
patches as it makes my life easier, and I don't like to edit patches by
hand, as I don't scale very well.
Your subject should be:
[PATCH] staging: comedi: das1800: fix for * bar to be foo *bar
you need to add the driver subsystem, and specific area and driver. And
no kernel drivers are ALL CAPS, so that should never be used.
I've taken this patch as-is, but in the future please try to do this.
Oh, one more thing:
> Signed-off-by Joe Borg <cyborg101010@...il.com>
You forgot a ':' here :)
thanks,
greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists