[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CALFYKtBUjFnS6jH+wWUMTdgSohXNTewYWkM8atM8EiUHZ8=rzw@mail.gmail.com>
Date: Thu, 24 Jul 2014 12:09:43 +0400
From: Ilya Dryomov <ilya.dryomov@...tank.com>
To: Himangi Saraogi <himangi774@...il.com>
Cc: Sage Weil <sage@...tank.com>,
Ceph Development <ceph-devel@...r.kernel.org>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Julia Lawall <julia.lawall@...6.fr>
Subject: Re: [PATCH] ceph: convert comma to semicolon
On Wed, Jul 23, 2014 at 6:41 PM, Himangi Saraogi <himangi774@...il.com> wrote:
> Replace a comma between expression statements by a semicolon. This changes
> the semantics of the code, but given the current indentation appears to be
> what is intended.
>
> A simplified version of the Coccinelle semantic patch that performs this
> transformation is as follows:
> // <smpl>
> @r@
> expression e1,e2;
> @@
>
> e1
> -,
> +;
> e2;
> // </smpl>
>
> Signed-off-by: Himangi Saraogi <himangi774@...il.com>
> Acked-by: Julia Lawall <julia.lawall@...6.fr>
Applied.
Thanks,
Ilya
--
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