From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C13D4173 for ; Tue, 13 Apr 2021 11:37:11 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 8BE6161244; Tue, 13 Apr 2021 11:37:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1618313831; bh=HPs/cyVTjjgPMGZKDl4psfL7z6Thd81yUjkA+JoeUAk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=vwlgYfesHJz2OcRmhIhj2KOtkf0Ym+DTZZnAM9yp0y7312niBbhbil3fdiwQMB5IY w0Kxt23pa7YHuTMobnL93UzuRAWlzAmKw5vFGiEmblEVvy2QCtWyjah33C4PcUvpSw x3Bdgj44qp34ADUSfU6c3w02Vu/iO97QahSPf/HM= Date: Tue, 13 Apr 2021 13:37:08 +0200 From: Greg KH To: Mitali Borkar Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, mitali_s@me.iitr.ac.in Subject: Re: [PATCH v5 0/3] staging: rtl8192e: Cleanup patchset for style issues in rtl819x_HTProc.c Message-ID: References: X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Apr 13, 2021 at 04:15:03PM +0530, Mitali Borkar wrote: > On Tue, Apr 13, 2021 at 09:52:48AM +0200, Greg KH wrote: > > On Tue, Apr 13, 2021 at 08:55:03AM +0530, Mitali Borkar wrote: > > > Changes from v4:- > > > [PATCH v4 1/3]:- No changes. > > > [PATCH v4 2/3]:- No changes. > > > [PATCH V4 3/3]:- Removed casts and parentheses. > > > > This series does not apply cleanly, please rebase and resend. > > > Resend as v6? Does not apply cleanly as in? Were mails not threaded > properly? Yes, send a v6, after rebasing on my tree and the staging-testing branch and resend. They were threaded properly, it looks like others have made changes to the same files that you were, which is quite common when doing small cleanup changes like this. thanks, greg k-h