netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Arnaldo Carvalho de Melo <acme@redhat.com>
To: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Cc: davem@davemloft.net, dccp@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: [PATCH 0/4][RFC]: coding convention for CCID-struct prefixes
Date: Wed, 7 Oct 2009 10:31:59 -0300	[thread overview]
Message-ID: <20091007133159.GI16562@ghostprotocols.net> (raw)
In-Reply-To: <1254739993-5051-1-git-send-email-gerrit@erg.abdn.ac.uk>

Em Mon, Oct 05, 2009 at 12:53:09PM +0200, Gerrit Renker escreveu:
> Arnaldo, Dave,
> 
> this codifies new naming scheme discussed at netconf. Can you please have a
> look and indicate whether you are ok with the set?
> 
> They are divided into 4 for readability, but can be combined into
> one large patch if agreed.
> 
> It is all just regexp substitutions:
> 
> Patch #1: Introduces the naming scheme on CCID-2:
> 	    s#hc\(tx\|rx\)->ccid2hc\1_#hc\1->\1_#g;
>             s#ccid2hc\(tx\|rx\)_#\1_#g;
> 
> Patch #2: Extends the changes of patch#1 to CCID-3.
> 
> Patch #3: Removes the second, repetitive redundancy in this scheme:
> 	    s#hc\(tx\|rx\)->\1_#hc->\1_#g;
> 
> Patch #4: Extends patch#3 from CCID-2 to CCID-3.

For the 4 patches:

Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com>

Best Regards,

- Arnaldo

  parent reply	other threads:[~2009-10-07 13:32 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <ccid_coding_convention>
2009-10-05 10:53 ` [PATCH 0/4][RFC]: coding convention for CCID-struct prefixes Gerrit Renker
2009-10-05 10:53   ` [PATCH 1/4][RFC] dccp ccid-2: Overhaul CCID naming convention 1/2 Gerrit Renker
2009-10-05 10:53     ` [PATCH 2/4][RFC] dccp ccid-3: Overhaul CCID naming convention 2/2 Gerrit Renker
2009-10-05 10:53       ` [PATCH 3/4][RFC] dccp ccid-2: Remove CCID naming redundancy 1/2 Gerrit Renker
2009-10-05 10:53         ` [PATCH 4/4][RFC] dccp ccid-3: Remove CCID naming redundancy 2/2 Gerrit Renker
2009-10-05 10:58   ` [PATCH 0/4][RFC]: coding convention for CCID-struct prefixes David Miller
2009-10-05 11:23     ` Gerrit Renker
2009-10-05 12:38       ` Arnaldo Carvalho de Melo
2009-10-06  5:36         ` Gerrit Renker
2009-10-07 13:31   ` Arnaldo Carvalho de Melo [this message]
2009-10-07 20:51     ` David Miller

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=20091007133159.GI16562@ghostprotocols.net \
    --to=acme@redhat.com \
    --cc=davem@davemloft.net \
    --cc=dccp@vger.kernel.org \
    --cc=gerrit@erg.abdn.ac.uk \
    --cc=netdev@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).