Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp4644078imm; Mon, 25 Jun 2018 20:57:56 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJPds107syhcvr5460dCAFF8K1obs/x1+NdsHR6NmcCj8Fe0OW66vk1DP41a2l5jcEWfoID X-Received: by 2002:a65:6645:: with SMTP id z5-v6mr12757322pgv.71.1529985476400; Mon, 25 Jun 2018 20:57:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529985476; cv=none; d=google.com; s=arc-20160816; b=F355qXfY9H5gPkDNccdCOIP84TUVNtih8Py+GK73hAHXWFflViMvGJS67JemO3pKiE FY0X7qtBa3tUslXg2fgaND4+8JtiqqosCncRHKv1BxGIdrlWrmDZE+LiGe5IiYq8EeE2 i8qT6F3XOu5UN4tI063OWSoB7VtpIEfvJf+GyxTjZeK0LrG/D1S683k9EEXIqCsjEzW3 s+lTwz7kHXHiteYjbs2S6jFFzNYo94AIQHvRqGsH/TsWAOzECg70/x6yF2NqXtwApdJl bvViIlPF2A2jmEXOjJXrEcohFc9i8e8XeAvYt6RiLdE+slu8ghF8KqQV179yh2qCWuTp hi4A== 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=CF9uqdbzrryIiwrW0myXt21JKB9iEo22myHeug8GVE4=; b=Bz4tFbEKL15qxJjy/FEachF3FbAqrArHBMRNhSxvu7Cu3Nh9Ov7hfpdnusfcys1yYp o02zrDmC/O4FH7Reomdq4vepJlVdz9T0ZDHNOOnWrpd1MbdP9VSc3WMrHxwY2e43NQKB e3m6oV/NIi015i4snp3vlPSqWSD4OcmSoG2iJC1JvRD6PIKJjFCHaKfccmT9OFHyB2pU TX1aU/os3r3fUvXmQoBYEaQW+vJzh5kLbbvGTWaG4JsYOy/QvzxRaPjXm84Vu6HI4mR1 Ww/AFEsQLiUDLefG8NH7m9w8VTq89F4FUXCxNYvu2Z6BYhMOmr2sNMEPXFGDIIfqNrdp 0d4Q== 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 p6-v6si646509pfl.279.2018.06.25.20.57.42; Mon, 25 Jun 2018 20:57:56 -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 S935173AbeFZD4u (ORCPT + 99 others); Mon, 25 Jun 2018 23:56:50 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35702 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935130AbeFZD4r (ORCPT ); Mon, 25 Jun 2018 23:56:47 -0400 Received: from localhost (li1825-44.members.linode.com [172.104.248.44]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id A2087CB1; Tue, 26 Jun 2018 03:56:44 +0000 (UTC) Date: Tue, 26 Jun 2018 11:56:40 +0800 From: Greg Kroah-Hartman To: John Whitmore Cc: Justin Skists , devel@driverdev.osuosl.org, Andy Shevchenko , Linux Kernel Mailing List , John Whitmore Subject: Re: [PATCH v3 3/8] staging: rtl8192u: User memset to initialize memory, instead of loop. Message-ID: <20180626035640.GA29538@kroah.com> References: <20180624153454.27356-1-johnfwhitmore@gmail.com> <20180624153454.27356-4-johnfwhitmore@gmail.com> <20180625123559.pvjrpmbtk6z24uew@xux707-tw> <848175111.798938.1529931904819@email.1and1.co.uk> <20180625195025.xfbrlj7citq3qx6s@xux707-tw> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180625195025.xfbrlj7citq3qx6s@xux707-tw> User-Agent: Mutt/1.10.0 (2018-05-17) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 25, 2018 at 08:50:26PM +0100, John Whitmore wrote: > On Mon, Jun 25, 2018 at 02:05:04PM +0100, Justin Skists wrote: > > > > > On 25 June 2018 at 13:36 John Whitmore wrote: > > > > > > > > > On Mon, Jun 25, 2018 at 12:06:30PM +0300, Andy Shevchenko wrote: > > > > On Sun, Jun 24, 2018 at 6:34 PM, John Whitmore wrote: > > > > > Replaced memory initialising loop with memset, as suggested by Andy Shevchenko > > > > > > > > > > > > > Suggested-by ? > > > > > > > > > > Em, not sure how to respond, it certainly wasn't my idea. I was just making > > > coding style changes, badly. ;) > > > > Suggested-by is a tag for patches, to give credit. For example: > > > > https://elixir.bootlin.com/linux/v4.18-rc1/source/Documentation/process/submitting-patches.rst > > > > See section "13) Using Reported-by:, Tested-by:, Reviewed-by:, Suggested-by: and Fixes:" > > > > Hope that helps, > > Justin. > > Oops... that helps thank you. I have to re-read that document, it obvioiusly > didn't all sink in :( I've dropped this patch, can you fix it up and resend? thanks, greg k-h