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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,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 688A4C2D0A3 for ; Thu, 29 Oct 2020 11:30:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0E44D20791 for ; Thu, 29 Oct 2020 11:30:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603971040; bh=CrB69QBgt2+YqGF73196C3vUUw+lxRnYk6sYJrxjLJk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=q5OEiCXAthxHyzyW0BTVCwGkWALLX/SmHZCUSj4nMzJBYSabcdFnnqNM4plX40Tir 4f80Svi6qeoLkowzz17QqM8lLqHg+GMqxydzrb2X+lmPh5BFyuEmbTMkCSfHpZ2GE8 9SIQ+hM7s1pjxXh2UyOQhoPUs/lvDsSTsxCL6se8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727380AbgJ2Laj (ORCPT ); Thu, 29 Oct 2020 07:30:39 -0400 Received: from mail.kernel.org ([198.145.29.99]:48698 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726793AbgJ2Lai (ORCPT ); Thu, 29 Oct 2020 07:30:38 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 300112076E; Thu, 29 Oct 2020 11:30:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603971037; bh=CrB69QBgt2+YqGF73196C3vUUw+lxRnYk6sYJrxjLJk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MQsdSRMnn4X7uFC+C8QtLwJt9E+dXcbdunFaa6JKZc9v4Zr04IdaKkcSmOdItvKuP boqbuYvDcukFuSvg40BIHNwBI3i2bL1vbZ/E7JaVKPUnFliRjwLEhMFuLPiemq6Tq6 nW+yrvOsxpN8uA3eyrEYrFJnYEBRWu/6wLlIrUf8= Date: Thu, 29 Oct 2020 12:31:27 +0100 From: Greg KH To: Bhaskar Chowdhury Cc: Larry.Finger@lwfinger.net, straube.linux@gmail.com, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] drivers: staging: rtl8188eu: Fix spelling in two comments i.e defalut to default Message-ID: <20201029113127.GB3850079@kroah.com> References: <20201029110600.3091-1-unixbhaskar@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201029110600.3091-1-unixbhaskar@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 29, 2020 at 04:36:00PM +0530, Bhaskar Chowdhury wrote: > Fixed two spelling in two different comments. > > s/defalut/default/p > > Signed-off-by: Bhaskar Chowdhury > --- > Greg, I have included the driver name as you suggested. Suggested when, is this a v2 patch? Remember, kernel maintainers have the short-term memory of a squirrel... Please resend and properly version your patch as the Documentation asks you to. thanks, greg k-h