From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6203951800553308160 X-Received: by 10.107.149.4 with SMTP id x4mr14886400iod.20.1444470090828; Sat, 10 Oct 2015 02:41:30 -0700 (PDT) X-BeenThere: outreachy-kernel@googlegroups.com Received: by 10.50.85.10 with SMTP id d10ls706965igz.44.canary; Sat, 10 Oct 2015 02:41:30 -0700 (PDT) X-Received: by 10.68.236.167 with SMTP id uv7mr14823456pbc.12.1444470090518; Sat, 10 Oct 2015 02:41:30 -0700 (PDT) Return-Path: Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com. [2607:f8b0:400e:c03::232]) by gmr-mx.google.com with ESMTPS id wl2si554611pab.1.2015.10.10.02.41.30 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Oct 2015 02:41:30 -0700 (PDT) Received-SPF: pass (google.com: domain of shivanib134@gmail.com designates 2607:f8b0:400e:c03::232 as permitted sender) client-ip=2607:f8b0:400e:c03::232; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of shivanib134@gmail.com designates 2607:f8b0:400e:c03::232 as permitted sender) smtp.mailfrom=shivanib134@gmail.com; dmarc=pass (p=NONE dis=NONE) header.from=gmail.com Authentication-Results: mx.google.com; dkim=pass header.i=@gmail.com Received: by mail-pa0-x232.google.com with SMTP id ex6so109419697pac.0 for ; Sat, 10 Oct 2015 02:41:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:mime-version:content-type :content-disposition:user-agent; bh=TckLtXDiCgc9KOVUL3TtJDZyRBA+1iWirq51fSRdK4o=; b=qg39KVyxZ+SOdr16+SIedtZegJp/hQV32p9MasI1y9DfAxCiMer57beYbldS+Qcb5a 5MFxLw1tuuWA+DFohXniZtTdX2qPgoe6DGWGzEHYnKEYNdB4OHCOPxKYBzCSCigfvAKR p5hOaiLPyA8N1UeCsiJc7U1J2m58V5iHoUUJzIlcpNhpkl7G2WTaSMGtoPX/uxx15ySx q82vgfyd29kQss/eMSuSdHHSSM3hli1UIbMyphVndMbf5jobpi0fusvYsWcIZhU2oV/6 mA/+7JXjp3y5DIpYDvZd7T6YElzEwN8elgSaM3ehlMnFy/V5kpQqUosYhUUDKOgs04rr Kptw== X-Received: by 10.68.204.37 with SMTP id kv5mr21327903pbc.64.1444470090429; Sat, 10 Oct 2015 02:41:30 -0700 (PDT) Return-Path: Received: from ubuntu ([124.124.47.116]) by smtp.gmail.com with ESMTPSA id ih4sm7163650pbc.28.2015.10.10.02.41.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 10 Oct 2015 02:41:29 -0700 (PDT) Date: Sat, 10 Oct 2015 15:11:18 +0530 From: Shivani Bhardwaj To: outreachy-kernel@googlegroups.com Cc: outreachy-kernel@googlegroups.com Subject: [PATCH v2 0/2] Fix coding style Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) This patch fixes the warnings and errors generated by checkpatch about extra/missing characters. After applying this patch, file has less warnings and errors. Changes in v2: -Make the commit message better and clearer. Shivani Bhardwaj (2): Staging: vt6655: rxtx: Remove unnecessary space character Staging: vt6655: rxtx: Remove unnecessary parentheses drivers/staging/vt6655/rxtx.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 2.1.0