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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 BD7AAC433DB for ; Tue, 23 Mar 2021 07:14:02 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8C62B61994 for ; Tue, 23 Mar 2021 07:14:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229504AbhCWHNa (ORCPT ); Tue, 23 Mar 2021 03:13:30 -0400 Received: from mail.kernel.org ([198.145.29.99]:32844 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229464AbhCWHND (ORCPT ); Tue, 23 Mar 2021 03:13:03 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id BBAD161994; Tue, 23 Mar 2021 07:13:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1616483583; bh=/bkXnzcEioDgUTLfrEo1w3KJfizHTxV+HOelPIhrg3o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KyYe87u6Lt+2hXKcw6R+IJv16lZIYDC3lQwO9twl8kjCXhEP+llqkqvna25LnQ3xr vtNid46f2+0s+5Lj7DrawdeJI7rG61voBTQkRLzxsNdpJacS/SYN9N+eIEFr7/yucT COITUXxVtbeuCE0Cb02D6Evhnatlx6BGuQH7/TmQ= Date: Tue, 23 Mar 2021 08:13:00 +0100 From: Greg KH To: Randy Dunlap Cc: Bhaskar Chowdhury , colin.king@canonical.com, davem@davemloft.net, lee.jones@linaro.org, arnd@arndb.de, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: wimax: Mundane typo fixes Message-ID: References: <20210323010607.3918516-1-unixbhaskar@gmail.com> <36821877-7a6c-9a15-4e94-cb657ef29dad@infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <36821877-7a6c-9a15-4e94-cb657ef29dad@infradead.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Mar 22, 2021 at 09:14:43PM -0700, Randy Dunlap wrote: > On 3/22/21 6:06 PM, Bhaskar Chowdhury wrote: > > > > s/procesing/processing/ > > s/comunication/communication/ > > > > Signed-off-by: Bhaskar Chowdhury > > drivers/staging/wimax/ is in the process of being deleted. It's already gone from my tree, and should be gone from linux-next as well. thanks, greg k-h