Received: by 10.223.176.46 with SMTP id f43csp4008574wra; Tue, 23 Jan 2018 02:47:13 -0800 (PST) X-Google-Smtp-Source: AH8x224ZvHC7bDL0Nvqo4gHzLbIoRQbmKeZCfDTNAD6Cg/6lazthOtIcx3pHDXGirQCuhfBdmYvF X-Received: by 2002:a17:902:598e:: with SMTP id p14-v6mr4996329pli.289.1516704433790; Tue, 23 Jan 2018 02:47:13 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1516704433; cv=none; d=google.com; s=arc-20160816; b=Xgu1Nc7DzRdYJZOpoThrOHGSf5rJ0pCW6esp7ICJyB7r72CA3BfhHW6uRmq//SHl05 q/gRPKstRlJ9cxjuasRv8PhfxVbzXRSQnAs67G5xBz6tzXz9kcnEEYPyykMtDLU9G0rw fq42eYEw8cCL1YEaApS+2iW/R5y/YcxOlc5xmhGQbQJdThiUT6U0mfe6qYOtJSk6mfP3 PxXREDjULX46+x4IC8JaxtejpBhBWDtmH44TW+gDLxOAdEXPvQxqIy3CQA3bwerE5U0q 05hw8b0W6QWNX2AxFSil4xV6aYiwNr2/o1CPqBgL5ypqVfqFAVcM3kXTP9pa+kOYMic3 qviA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=fl8LUZu37DfBOgH61HOJTCjftF7du/JGri4nAOtvuvg=; b=lj1o9i2K1KP66jgGlHqCDKJcb2d40OxjzTNMSUsul/BKgY7yg/p78OQUNR7HKkLH6z qP5UTlPT7zE9yj8Sg4SD8e4rOq2o6zWTYROqsOQzH3/+grGH0XKpryURiqL7YDwMriDh LKNIBbYqWnMAj9ziB80rtPMFRaZ2e+ED+Ocsu2JgTxAnkWoTQOKR94FX8mLjCzVaueJ2 zQm8nA5VsiZqhaCL/Okqcu9ALC5BGmf6Va8+Iuc/K6mmUwoYCA3lj1Qy9yjzq457w0SB IHvUh6QJIeP+YeWqQSFygtTt09dz134B2N1Kd7Xf395UVtWzu75Ar/dyMuLea9wy1Bnx tFHA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p5si14869075pgn.197.2018.01.23.02.46.59; Tue, 23 Jan 2018 02:47:13 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751591AbeAWKpq (ORCPT + 99 others); Tue, 23 Jan 2018 05:45:46 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:41038 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbeAWKpp (ORCPT ); Tue, 23 Jan 2018 05:45:45 -0500 Received: from localhost (LFbn-1-12258-90.w90-92.abo.wanadoo.fr [90.92.71.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 05F3F1060; Tue, 23 Jan 2018 10:45:44 +0000 (UTC) Date: Tue, 23 Jan 2018 11:45:44 +0100 From: Greg KH To: Shreeya Patel Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/4] Staging: rtl8723bs: Change names to conform to the kernel code Message-ID: <20180123104544.GA17245@kroah.com> References: <95d618c692c8c501adf321cc416234b47e17ca41.1516386028.git.shreeya.patel23498@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <95d618c692c8c501adf321cc416234b47e17ca41.1516386028.git.shreeya.patel23498@gmail.com> User-Agent: Mutt/1.9.2 (2017-12-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jan 20, 2018 at 12:10:55AM +0530, Shreeya Patel wrote: > Change names of some variables and functions to conform > to the kernel coding style. The changes include some removal > of CamelCase warnings and renaming the variable and field names > that encode their type (eg the pointers seem to start with p). > > Signed-off-by: Shreeya Patel > --- > > Changes in v3 > -Edit the commit message. > > drivers/staging/rtl8723bs/hal/sdio_ops.c | 714 +++++++++++++++---------------- > 1 file changed, 357 insertions(+), 357 deletions(-) Please always test-build your patches so you don't get grumpy emails from kernel maintainers saying your patch breaks the build :( This give me the following error when applied: ERROR: "DisableInterrupt8723BSdio" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! ERROR: "EnableInterrupt8723BSdio" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! ERROR: "InitInterrupt8723BSdio" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! ERROR: "InitSysInterrupt8723BSdio" [drivers/staging/rtl8723bs/r8723bs.ko] undefined! Please fix up and resend. greg k-h