From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752808AbcD3ArG (ORCPT ); Fri, 29 Apr 2016 20:47:06 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47355 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752325AbcD3ArD (ORCPT ); Fri, 29 Apr 2016 20:47:03 -0400 Date: Fri, 29 Apr 2016 17:47:02 -0700 From: Greg KH To: Manav Batra Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: rts5208: Unnecessary parantheses around chip->sd_card Message-ID: <20160430004702.GA4708@kroah.com> References: <20160429052048.GA3776@iiitd.ac.in> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Apr 29, 2016 at 11:15:27AM +0530, Manav Batra wrote: > Removes unnecessary parantheses around chip->sd_card > Signed-off-by: Manav Batra > --- >  drivers/staging/rts5208/sd.c | 6 +++--- >  1 file changed, 3 insertions(+), 3 deletions(-) HTML patches do not work, sorry :( Also, put a blank line between your changelog text and the signed-off-by line. thanks, greg k-h