From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933228AbbFVLWU (ORCPT ); Mon, 22 Jun 2015 07:22:20 -0400 Received: from mail-pd0-f175.google.com ([209.85.192.175]:36521 "EHLO mail-pd0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756262AbbFVLWP (ORCPT ); Mon, 22 Jun 2015 07:22:15 -0400 Date: Mon, 22 Jun 2015 16:52:04 +0530 From: Sudip Mukherjee To: Ian Abbott Cc: Santosh , hsweeten@visionengravers.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging : Comedi : comedi_fops : Fixed the return error code Message-ID: <20150622112204.GC3355@sudip-PC> References: <55868B64.5030004@yahoo.com> <5587D767.5040004@mev.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5587D767.5040004@mev.co.uk> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 22, 2015 at 10:37:43AM +0100, Ian Abbott wrote: > On 21/06/15 11:01, Santosh wrote: > >This patch fixes the checkpatch.pl warning: > > > >WARNING: ENOSYS means 'invalid syscall nr' and nothing else > > > >Regards, > > > >Santosh Pai > > > > > >0001-staging-Comedi-comedi_fops-Fixed-the-return-error-co.patch > > Greg doesn't usually take patches in attachments. > > > From 502464417255edb52a1db71146e2f33e67df87ce Mon Sep 17 00:00:00 2001 > >From: sanpai > >Date: Sun, 21 Jun 2015 15:05:00 +0530 > >Subject: [PATCH] staging : Comedi : comedi_fops : Fixed the return error code > > > > try_module_get fails when the reference count of the module is not > > allowed to be incremented ,and hence -EPERM is returned. > > > >Signed-off-by: sanpai And your Signed-off-by name is not matching with your email From: header name. Please use your real name in both places. I don't think "sanpai" is your real name. regards sudip -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/