All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Dan Carpenter <error27@gmail.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	trivial@kernel.org, devel@driverdev.osuosl.org,
	linux-scsi@vger.kernel.org, netdev@vger.kernel.org,
	linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org, ivtv-devel@ivtvdriver.org,
	linux-m68k@lists.linux-m68k.org,
	spi-devel-general@lists.sourceforge.net,
	linux-media@vger.kernel.org
Subject: Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
Date: Fri, 31 Dec 2010 09:59:19 -0800	[thread overview]
Message-ID: <4D1E19F7.6000608@gmail.com> (raw)
In-Reply-To: <20101231174100.GF1886@bicker>

On 12/31/2010 09:41 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
>>> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>>>
>>> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>>>
>>> regards,
>>> dan carpenter
>>>
>>
>> alright.. so having the backlash is alright for the subject
>
> Well really my point is not so much about backslashes vs colons, it's
> about getting the *one* correct prefix.  This stuff is probably
> scriptable most of the time, but you may still be required to think a
> little on the corner cases.
>
> Here is a script to get you started.
>
> git log --format="%s" drivers/spi/dw_spi.c | \
> 	head -n 20 |                         \
> 	perl -ne 's/(.*):.*/$1/; print' |    \
> 	sort | uniq -c | sort -rn |          \
> 	perl -ne 's/^\W+\d+ //; print' |     \
> 	head -n 1
>
> regards,
> dan carpenter
>

thats a nice little script there(just ran it) any way you want to add 
this into to getmaintainers.pl or something? (this way people get the 
maintainers address plus a subject line in the mix)

Justin P. Mattock

WARNING: multiple messages have this Message-ID (diff)
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: Dan Carpenter <error27@gmail.com>,
	Grant Likely <grant.likely@secretlab.ca>,
	trivial@kernel.org, devel@driverdev.osuosl.org,
	linux-scsi@vger.kernel.org, netdev@vger.kernel.org,
	linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org,
	linux-kernel@vger.kernel.org, ivtv-devel@ivtvdriver.org,
	linux-m68k@vger.kernel.org,
	spi-devel-general@lists.sourceforge.net,
	linux-media@vger.kernel.org
Subject: Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
Date: Fri, 31 Dec 2010 09:59:19 -0800	[thread overview]
Message-ID: <4D1E19F7.6000608@gmail.com> (raw)
In-Reply-To: <20101231174100.GF1886@bicker>

On 12/31/2010 09:41 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
>>> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>>>
>>> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>>>
>>> regards,
>>> dan carpenter
>>>
>>
>> alright.. so having the backlash is alright for the subject
>
> Well really my point is not so much about backslashes vs colons, it's
> about getting the *one* correct prefix.  This stuff is probably
> scriptable most of the time, but you may still be required to think a
> little on the corner cases.
>
> Here is a script to get you started.
>
> git log --format="%s" drivers/spi/dw_spi.c | \
> 	head -n 20 |                         \
> 	perl -ne 's/(.*):.*/$1/; print' |    \
> 	sort | uniq -c | sort -rn |          \
> 	perl -ne 's/^\W+\d+ //; print' |     \
> 	head -n 1
>
> regards,
> dan carpenter
>

thats a nice little script there(just ran it) any way you want to add 
this into to getmaintainers.pl or something? (this way people get the 
maintainers address plus a subject line in the mix)

Justin P. Mattock

WARNING: multiple messages have this Message-ID (diff)
From: "Justin P. Mattock" <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Dan Carpenter <error27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Grant Likely
	<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
	trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, li
Subject: Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
Date: Fri, 31 Dec 2010 09:59:19 -0800	[thread overview]
Message-ID: <4D1E19F7.6000608@gmail.com> (raw)
In-Reply-To: <20101231174100.GF1886@bicker>

On 12/31/2010 09:41 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
>>> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>>>
>>> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>>>
>>> regards,
>>> dan carpenter
>>>
>>
>> alright.. so having the backlash is alright for the subject
>
> Well really my point is not so much about backslashes vs colons, it's
> about getting the *one* correct prefix.  This stuff is probably
> scriptable most of the time, but you may still be required to think a
> little on the corner cases.
>
> Here is a script to get you started.
>
> git log --format="%s" drivers/spi/dw_spi.c | \
> 	head -n 20 |                         \
> 	perl -ne 's/(.*):.*/$1/; print' |    \
> 	sort | uniq -c | sort -rn |          \
> 	perl -ne 's/^\W+\d+ //; print' |     \
> 	head -n 1
>
> regards,
> dan carpenter
>

thats a nice little script there(just ran it) any way you want to add 
this into to getmaintainers.pl or something? (this way people get the 
maintainers address plus a subject line in the mix)

Justin P. Mattock

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl

WARNING: multiple messages have this Message-ID (diff)
From: "Justin P. Mattock" <justinmattock-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Dan Carpenter <error27-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Grant Likely
	<grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org>,
	trivial-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org,
	devel-gWbeCf7V1WCQmaza687I9mD2FQJk+8+b@public.gmane.org,
	linux-scsi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.orgli
Subject: Re: [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
Date: Fri, 31 Dec 2010 09:59:19 -0800	[thread overview]
Message-ID: <4D1E19F7.6000608@gmail.com> (raw)
In-Reply-To: <20101231174100.GF1886@bicker>

On 12/31/2010 09:41 AM, Dan Carpenter wrote:
> On Fri, Dec 31, 2010 at 06:17:58AM -0800, Justin P. Mattock wrote:
>>> Wrong:  [PATCH 02/15]drivers:spi:dw_spi.c Typo change diable to disable.
>>>
>>> Right:  [PATCH 02/15] spi/dw_spi: Typo change diable to disable
>>>
>>> regards,
>>> dan carpenter
>>>
>>
>> alright.. so having the backlash is alright for the subject
>
> Well really my point is not so much about backslashes vs colons, it's
> about getting the *one* correct prefix.  This stuff is probably
> scriptable most of the time, but you may still be required to think a
> little on the corner cases.
>
> Here is a script to get you started.
>
> git log --format="%s" drivers/spi/dw_spi.c | \
> 	head -n 20 |                         \
> 	perl -ne 's/(.*):.*/$1/; print' |    \
> 	sort | uniq -c | sort -rn |          \
> 	perl -ne 's/^\W+\d+ //; print' |     \
> 	head -n 1
>
> regards,
> dan carpenter
>

thats a nice little script there(just ran it) any way you want to add 
this into to getmaintainers.pl or something? (this way people get the 
maintainers address plus a subject line in the mix)

Justin P. Mattock

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl

  parent reply	other threads:[~2010-12-31 17:58 UTC|newest]

Thread overview: 139+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-30 23:07 [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable Justin P. Mattock
2010-12-30 23:07 ` Justin P. Mattock
2010-12-30 23:07 ` [PATCH 02/15]drivers:spi:dw_spi.c " Justin P. Mattock
2010-12-30 23:07 ` Justin P. Mattock
2010-12-30 23:07   ` Justin P. Mattock
2010-12-30 23:07   ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Justin P. Mattock
2010-12-30 23:07     ` Justin P. Mattock
2010-12-30 23:07     ` Justin P. Mattock
2010-12-30 23:07     ` [PATCH 04/15]drivers:staging:comedi:drivers:das800.c " Justin P. Mattock
2010-12-30 23:07       ` Justin P. Mattock
2010-12-30 23:07       ` [PATCH 05/15]drivers:staging:vt6655:rf.c " Justin P. Mattock
2010-12-30 23:07         ` Justin P. Mattock
2010-12-30 23:07         ` [PATCH 06/15]drivers:staging:xgifb:vb_setmode.c " Justin P. Mattock
2010-12-30 23:07         ` Justin P. Mattock
2010-12-30 23:07           ` Justin P. Mattock
2010-12-30 23:07           ` Justin P. Mattock
2010-12-30 23:07           ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Justin P. Mattock
2010-12-30 23:07           ` Justin P. Mattock
2010-12-30 23:07             ` Justin P. Mattock
2010-12-30 23:07             ` Justin P. Mattock
2010-12-30 23:07             ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Justin P. Mattock
2010-12-30 23:07             ` Justin P. Mattock
2010-12-30 23:07               ` Justin P. Mattock
2010-12-30 23:07               ` [PATCH 09/15]drivers:usb:host " Justin P. Mattock
2010-12-30 23:07               ` Justin P. Mattock
2010-12-30 23:07                 ` Justin P. Mattock
2010-12-30 23:07                 ` Justin P. Mattock
2010-12-30 23:07                 ` [PATCH 10/15]drivers:usb:gadget:langwell " Justin P. Mattock
2010-12-30 23:07                 ` Justin P. Mattock
2010-12-30 23:07                   ` Justin P. Mattock
2010-12-30 23:08                   ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Justin P. Mattock
2010-12-30 23:08                   ` Justin P. Mattock
2010-12-30 23:08                     ` Justin P. Mattock
2010-12-30 23:08                     ` [PATCH 12/15]drivers:media:video:tvp7002.c " Justin P. Mattock
2010-12-30 23:08                       ` Justin P. Mattock
2010-12-30 23:08                       ` Justin P. Mattock
2010-12-30 23:08                       ` [PATCH 13/15]drivers:isdn:mISDN:dsp_cmx.c " Justin P. Mattock
2010-12-30 23:08                       ` Justin P. Mattock
2010-12-30 23:08                         ` Justin P. Mattock
2010-12-30 23:08                         ` Justin P. Mattock
2010-12-30 23:08                         ` [PATCH 14/15]include:media:davinci:vpss.h " Justin P. Mattock
2010-12-30 23:08                           ` Justin P. Mattock
2010-12-30 23:08                           ` [PATCH 15/15]drivers:spi:dw_spi.c " Justin P. Mattock
2010-12-30 23:08                           ` Justin P. Mattock
2010-12-30 23:08                             ` Justin P. Mattock
2010-12-31  6:34                             ` Dan Carpenter
2010-12-31  6:34                             ` Dan Carpenter
2010-12-31  6:34                               ` Dan Carpenter
2010-12-31  6:38                               ` Justin P. Mattock
2010-12-31  6:38                               ` Justin P. Mattock
2010-12-31  6:38                                 ` Justin P. Mattock
2010-12-31  6:38                                 ` Justin P. Mattock
2010-12-31 10:27                           ` [PATCH 14/15]include:media:davinci:vpss.h " Mauro Carvalho Chehab
2010-12-31 10:27                             ` Mauro Carvalho Chehab
2010-12-31 10:27                             ` Mauro Carvalho Chehab
2010-12-31 14:15                             ` Justin P. Mattock
2010-12-31 14:15                             ` Justin P. Mattock
2010-12-31 14:15                               ` Justin P. Mattock
2010-12-31 14:15                               ` Justin P. Mattock
2011-01-03 15:01                             ` Jiri Kosina
2011-01-03 15:11                               ` Justin P. Mattock
2011-01-03 15:11                                 ` Justin P. Mattock
2010-12-31 10:27                           ` Mauro Carvalho Chehab
2010-12-30 23:08                         ` Justin P. Mattock
2010-12-31 10:24                       ` [PATCH 12/15]drivers:media:video:tvp7002.c " Mauro Carvalho Chehab
2010-12-31 10:24                         ` Mauro Carvalho Chehab
2010-12-30 23:08                     ` Justin P. Mattock
2010-12-31 10:23                     ` [PATCH 11/15]drivers:media:video:cx18:cx23418.h " Mauro Carvalho Chehab
2010-12-31 10:23                     ` Mauro Carvalho Chehab
2010-12-31 10:23                       ` Mauro Carvalho Chehab
2011-01-03 15:04                       ` Jiri Kosina
2010-12-31 21:15                     ` Andy Walls
2010-12-31 21:15                     ` Andy Walls
2010-12-31 21:15                       ` Andy Walls
2010-12-31 21:15                       ` Andy Walls
2010-12-31 22:33                       ` Justin P. Mattock
2010-12-31 22:33                         ` Justin P. Mattock
2010-12-31 22:33                       ` Justin P. Mattock
2011-01-03 15:09               ` [PATCH 08/15]drivers:scsi:lpfc:lpfc_init.c " Jiri Kosina
2010-12-31 15:33             ` [PATCH 07/15]drivers:net:wireless:iwlwifi " Larry Finger
2010-12-31 15:33               ` Larry Finger
2011-01-03 15:06               ` Jiri Kosina
2010-12-31 15:33             ` Larry Finger
2011-01-04 17:56             ` John W. Linville
2010-12-30 23:07       ` [PATCH 05/15]drivers:staging:vt6655:rf.c " Justin P. Mattock
2010-12-30 23:07     ` [PATCH 04/15]drivers:staging:comedi:drivers:das800.c " Justin P. Mattock
2010-12-31 15:32     ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_hw.h " Larry Finger
2010-12-31 15:32       ` Larry Finger
2010-12-31 15:32     ` Larry Finger
2011-01-01  6:48     ` Finn Thain
2011-01-01  6:48       ` Finn Thain
2011-01-01  6:48       ` Finn Thain
2011-01-01  7:43       ` Justin P. Mattock
2011-01-01  7:43         ` Justin P. Mattock
2011-01-01  7:43         ` Justin P. Mattock
2011-01-01  9:09         ` Dan Carpenter
2011-01-01  9:09           ` Dan Carpenter
2011-01-01  9:09           ` Dan Carpenter
2011-01-01 14:53           ` Justin P. Mattock
2011-01-01 14:53           ` Justin P. Mattock
2011-01-01 14:53             ` Justin P. Mattock
2011-01-01 14:53             ` Justin P. Mattock
2011-01-01 14:53             ` Justin P. Mattock
2011-01-01 14:53           ` Justin P. Mattock
2011-01-01  9:09         ` Dan Carpenter
2011-01-01  7:43       ` Justin P. Mattock
2011-01-01  6:48     ` Finn Thain
2010-12-30 23:07   ` Justin P. Mattock
2010-12-31  6:45   ` [PATCH 02/15]drivers:spi:dw_spi.c " Grant Likely
2010-12-31  6:45   ` Grant Likely
2010-12-31  6:45     ` Grant Likely
2010-12-31  6:45     ` Grant Likely
2010-12-31  6:52     ` Justin P. Mattock
2010-12-31  6:52     ` Justin P. Mattock
2010-12-31  6:52       ` Justin P. Mattock
2010-12-31  9:11       ` Dan Carpenter
2010-12-31  9:11         ` Dan Carpenter
2010-12-31 14:17         ` Justin P. Mattock
2010-12-31 14:17         ` Justin P. Mattock
2010-12-31 14:17         ` Justin P. Mattock
2010-12-31 14:17           ` Justin P. Mattock
2010-12-31 14:17           ` Justin P. Mattock
2010-12-31 14:17           ` Justin P. Mattock
2010-12-31 15:06           ` James Bottomley
2010-12-31 15:06             ` James Bottomley
2010-12-31 15:06             ` James Bottomley
2010-12-31 15:06           ` James Bottomley
2010-12-31 17:41           ` Dan Carpenter
2010-12-31 17:41             ` Dan Carpenter
2010-12-31 17:59             ` Justin P. Mattock
2010-12-31 17:59             ` Justin P. Mattock [this message]
2010-12-31 17:59               ` Justin P. Mattock
2010-12-31 17:59               ` Justin P. Mattock
2010-12-31 17:59               ` Justin P. Mattock
2010-12-31 17:41           ` Dan Carpenter
2010-12-31 10:33 ` [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S " Geert Uytterhoeven
2010-12-31 10:33   ` Geert Uytterhoeven
2011-01-03 15:07   ` Jiri Kosina
2011-01-03 15:07     ` Jiri Kosina

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=4D1E19F7.6000608@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=error27@gmail.com \
    --cc=grant.likely@secretlab.ca \
    --cc=ivtv-devel@ivtvdriver.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-m68k@lists.linux-m68k.org \
    --cc=linux-media@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=spi-devel-general@lists.sourceforge.net \
    --cc=trivial@kernel.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.