Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp3664542imm; Sat, 21 Jul 2018 00:03:34 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfwg23jW0l86Z96mXV0O+7pXpa2oZgaAs5ALHXDlCXtIaDlI1xiBX9rSAP0VmlNi9Wm0H5k X-Received: by 2002:a63:5421:: with SMTP id i33-v6mr4739229pgb.417.1532156614088; Sat, 21 Jul 2018 00:03:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532156614; cv=none; d=google.com; s=arc-20160816; b=ivlh61IhQpHwrbv25zXTN+4g6b9gSE9cJFOsSrfJGggrnEKYRp0YTXZBIVHatg2SsI 9gnBXZ6h3n30htIs9udBbfews6KzsLT9nP/HpABNIGaeJWHS1PraMM9aR7DaGxVQBBC0 4L4AetTkmhTwfDot0v6DvsNoUgH6X0D21hUuoA6SUmjmAKf1W/Bu4J2ODhJ1z2oDizDr xkAPSgzJ5SPsh0R0jtcKn3SWpXIqHjNwInwZr9pFTpW7kpuZeeHsVYd+P46j+HZ3VHMQ 1rFs9fDRrPj12PNJOrdPoTrhVWlVmDWt71vAuHBPcaecTLH9dmWTTGlHVX4J8mldG2AI HXTg== 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=15JcM2gfdU7sBZbLA9vHadQmybG3zBU23lil4KmaOWs=; b=KlB0jhjXVjHZ72jbDiJlvIurPQ5t62NWT0ZOGVV4XcB4iyfJyplXf0ttvpyQa9IY2m QwOdjoIm+IOMUuevWE/hISCI7E3Xey9O2NHcJNmKDk9lsZxTFF4L53AIUL7sO9KrdWyq aimDfkY+aYEeoMBnijC8lcvV4K4PH/4R3gtyqvIv6ETy8nmmABvARojxKL1HtA7MhbBI otOBmT1shnoRrj0+ot3OZ3Jybqwhhi3PTjxF6G/hYZ7nu/Kmn4M1Iiw6pJ0lqKro7wS9 giX4ORc2DTT+rprf4/QchSvw/izVWZGDQHC2FYMMEbQjVpwprPBbLAS26dh40tS72eNS pqDA== 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 3-v6si3249201plc.415.2018.07.21.00.03.19; Sat, 21 Jul 2018 00:03:34 -0700 (PDT) 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 S1727542AbeGUHx6 (ORCPT + 99 others); Sat, 21 Jul 2018 03:53:58 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:47374 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727365AbeGUHx6 (ORCPT ); Sat, 21 Jul 2018 03:53:58 -0400 Received: from localhost (LFbn-1-12238-233.w90-92.abo.wanadoo.fr [90.92.53.233]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 24740707; Sat, 21 Jul 2018 07:02:17 +0000 (UTC) Date: Sat, 21 Jul 2018 09:02:15 +0200 From: Greg KH To: John Whitmore Cc: linux-kernel@vger.kernel.org, devel@driverdev.osuosl.org, kstewart@linuxfoundation.org, pombredanne@nexb.com, tglx@linutronix.de Subject: Re: [PATCH v2 09/10] staging:trl8192u: Rename TClasProc > t_clas_proc - Style Message-ID: <20180721070215.GA20326@kroah.com> References: <20180716190454.31489-1-johnfwhitmore@gmail.com> <20180716190454.31489-10-johnfwhitmore@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180716190454.31489-10-johnfwhitmore@gmail.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 16, 2018 at 08:04:53PM +0100, John Whitmore wrote: > Rename the struct TS_COMMON_INFO member variable TClasProc to > t_clas_proc. This change clears the checkpatch issue with CamelCase variable > names. There should be no impact on runtime execution. > > Signed-off-by: John Whitmore > --- > drivers/staging/rtl8192u/ieee80211/rtl819x_TS.h | 2 +- > drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c | 4 ++-- > 2 files changed, 3 insertions(+), 3 deletions(-) Ah, I think the problem with the rejections was that I didn't pick up this patch, because you mispelled the driver name :) I filter for drivers to apply everything for that one at the same time to make things easier on myself. And this got dropped. Please fix the subject up and add it to your series and resend, that should hopefully fix the problems. thanks, greg k-h