From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id AE1F1C433DF for ; Tue, 4 Aug 2020 16:25:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A072E2070A for ; Tue, 4 Aug 2020 16:25:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729955AbgHDQYl (ORCPT ); Tue, 4 Aug 2020 12:24:41 -0400 Received: from smtprelay0012.hostedemail.com ([216.40.44.12]:54150 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1729855AbgHDQYB (ORCPT ); Tue, 4 Aug 2020 12:24:01 -0400 Received: from filter.hostedemail.com (clb03-v110.bra.tucows.net [216.40.38.60]) by smtprelay04.hostedemail.com (Postfix) with ESMTP id 0A3BD180A8CB9; Tue, 4 Aug 2020 16:23:57 +0000 (UTC) X-Session-Marker: 6A6F6540706572636865732E636F6D X-HE-Tag: pear24_610bb7826fa7 X-Filterd-Recvd-Size: 1601 Received: from XPS-9350.home (unknown [47.151.133.149]) (Authenticated sender: joe@perches.com) by omf10.hostedemail.com (Postfix) with ESMTPA; Tue, 4 Aug 2020 16:23:55 +0000 (UTC) Message-ID: <470c32c1a781f3973a87321abf03e2fcd2dfc1eb.camel@perches.com> Subject: Re: [PATCH] staging: wfx: fixed misspelled word in comment From: Joe Perches To: Aditya Bansal Cc: Randy Dunlap , gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Date: Tue, 04 Aug 2020 09:23:54 -0700 In-Reply-To: References: <20200804145816.GA3823@aditya> Content-Type: text/plain; charset="ISO-8859-1" User-Agent: Evolution 3.36.3-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2020-08-04 at 16:07 +0530, Aditya Bansal wrote: > Should I correct all the instances of the "careful" and submit the > patch including both "carefull" and "function" word correct? or only > for the "carefull"? I have already submitted one for the "funcion" > word. I suggest submitting a V2 patch with both fixes. Generally it's better to submit all spelling fixes in a single file at once, especially when multiple spelling fixes are on the same line. Also, it's generally better to submit separate patches for individual files.