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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 59F15C433DB for ; Tue, 23 Mar 2021 07:13:09 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E3E3F619AB for ; Tue, 23 Mar 2021 07:13:08 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E3E3F619AB Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=driverdev-devel-bounces@linuxdriverproject.org Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id A377483E34; Tue, 23 Mar 2021 07:13:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N31dGk-u3KOG; Tue, 23 Mar 2021 07:13:07 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by smtp1.osuosl.org (Postfix) with ESMTP id 8830983DB7; Tue, 23 Mar 2021 07:13:07 +0000 (UTC) Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 097B11BF2BE for ; Tue, 23 Mar 2021 07:13:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id E77D540479 for ; Tue, 23 Mar 2021 07:13:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Authentication-Results: smtp4.osuosl.org (amavisd-new); dkim=pass (1024-bit key) header.d=linuxfoundation.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gGYPDSktFgKj for ; Tue, 23 Mar 2021 07:13:04 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp4.osuosl.org (Postfix) with ESMTPS id 855E240475 for ; Tue, 23 Mar 2021 07:13:04 +0000 (UTC) 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 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-Disposition: inline In-Reply-To: <36821877-7a6c-9a15-4e94-cb657ef29dad@infradead.org> X-BeenThere: driverdev-devel@linuxdriverproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Driver Project Developer List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devel@driverdev.osuosl.org, Bhaskar Chowdhury , arnd@arndb.de, linux-kernel@vger.kernel.org, colin.king@canonical.com, lee.jones@linaro.org, davem@davemloft.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: driverdev-devel-bounces@linuxdriverproject.org Sender: "devel" 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 _______________________________________________ devel mailing list devel@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel