Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934331AbaGXIJt (ORCPT ); Thu, 24 Jul 2014 04:09:49 -0400 Received: from mail-qg0-f41.google.com ([209.85.192.41]:44530 "EHLO mail-qg0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934120AbaGXIJp (ORCPT ); Thu, 24 Jul 2014 04:09:45 -0400 MIME-Version: 1.0 In-Reply-To: <20140723144111.GA3190@himangi-Dell> References: <20140723144111.GA3190@himangi-Dell> Date: Thu, 24 Jul 2014 12:09:43 +0400 Message-ID: Subject: Re: [PATCH] ceph: convert comma to semicolon From: Ilya Dryomov To: Himangi Saraogi Cc: Sage Weil , Ceph Development , Linux Kernel Mailing List , Julia Lawall Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jul 23, 2014 at 6:41 PM, Himangi Saraogi 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: > // > @r@ > expression e1,e2; > @@ > > e1 > -, > +; > e2; > // > > Signed-off-by: Himangi Saraogi > Acked-by: Julia Lawall Applied. Thanks, Ilya -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/