From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752047AbdJRO7y (ORCPT ); Wed, 18 Oct 2017 10:59:54 -0400 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:45703 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751490AbdJRO7x (ORCPT ); Wed, 18 Oct 2017 10:59:53 -0400 X-IronPort-AV: E=Sophos;i="5.43,397,1503352800"; d="scan'208";a="296822844" Date: Wed, 18 Oct 2017 16:59:48 +0200 (CEST) From: Julia Lawall X-X-Sender: jll@hadrien To: Srishti Sharma cc: Greg KH , devel@driverdev.osuosl.org, outreachy-kernel , Linux kernel mailing list Subject: Re: [Outreachy kernel] Re: [PATCH v2] Staging: rtl8188eu: core: rtw_ap: Use list_for_each_entry_safe In-Reply-To: Message-ID: References: <1507196802-4143-1-git-send-email-srishtishar@gmail.com> <20171018123117.GA11890@kroah.com> User-Agent: Alpine 2.20 (DEB 67 2015-01-07) MIME-Version: 1.0 Content-Type: multipart/mixed; BOUNDARY="8323329-1844919114-1508338788=:15834" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --8323329-1844919114-1508338788=:15834 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8BIT On Wed, 18 Oct 2017, Srishti Sharma wrote: > > > On Wed, Oct 18, 2017 at 6:01 PM, Greg KH wrote: > On Thu, Oct 05, 2017 at 03:16:42PM +0530, Srishti Sharma wrote: > > This is a cleanup patch and doesn't change runtime behavior. > It > > changes an open coded list traversal to use > list_for_each_entry_safe. > > Done using the following semantic patch by coccinelle. > > You have sent me two different patches, with this same subject. > > And you have sent me lots of different patches for this same > driver, I > don't have any idea which order to apply them in.  Please resend > them > all, in an ordered patch series, properly numbered, so I know > what to do > here. > > > I had sent them individually because in a patch series they would have the > same subject, as all of them are making similar changes in different files > of the driver. One patch for all files would probably be too long, What do > you suggest I do in this situation ? I don't have the specific change handy, but maybe you can incorporate more information about the affected file or about the change itself in teh subject line. All subject lines need to be unique. julia > > Regards,  > Srishti  > > thanks, > > greg k-h > > > -- > You received this message because you are subscribed to the Google Groups > "outreachy-kernel" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to outreachy-kernel+unsubscribe@googlegroups.com. > To post to this group, send email to outreachy-kernel@googlegroups.com. > To view this discussion on the web visithttps://groups.google.com/d/msgid/outreachy-kernel/CAB3L5ozhby6izgNjoBZS6Bw > zOgpVcoH1fErt8PN3JhptFv0FGA%40mail.gmail.com. > For more options, visit https://groups.google.com/d/optout. > > --8323329-1844919114-1508338788=:15834--