Re: [PATCH] DAS1800: Fixed typeo.

2014-01-09 Thread Greg KH
On Thu, Jan 02, 2014 at 05:10:00PM +, Joe Borg wrote: > Fixed foo * bar should be foo *bar. > > Fixed by Joe Borg r...@josephb.org That's not a "signed-off-by:" line, did you run this patch through scripts/checkpatch.pl? Also, your subject line has a typo :) thanks, greg k-h __

[PATCH] DAS1800: Fixed typeo.

2014-01-02 Thread Joe Borg
Fixed foo * bar should be foo *bar. Fixed by Joe Borg r...@josephb.org --- drivers/staging/comedi/drivers/das1800.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/comedi/drivers/das1800.c b/drivers/staging/comedi/drivers/das1800.c index 1880038..8fb87df 10064