From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932123AbcHUVXZ (ORCPT ); Sun, 21 Aug 2016 17:23:25 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:34234 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753164AbcHUVWh (ORCPT ); Sun, 21 Aug 2016 17:22:37 -0400 Date: Sun, 21 Aug 2016 17:22:56 +0200 From: Greg Kroah-Hartman To: Sudip Mukherjee Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/6] staging: i4l: icn: do not use return as a function Message-ID: <20160821152256.GA25426@kroah.com> References: <1465679455-21152-1-git-send-email-sudipm.mukherjee@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1465679455-21152-1-git-send-email-sudipm.mukherjee@gmail.com> User-Agent: Mutt/1.7.0 (2016-08-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 11, 2016 at 10:10:50PM +0100, Sudip Mukherjee wrote: > return is not a function so no need to use the parenthesis. > > Signed-off-by: Sudip Mukherjee > --- > drivers/staging/i4l/icn/icn.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Not all patches in this series would apply, can you please rebase and resend the ones I didn't take? thanks, greg k-h