From patchwork Tue Apr 26 00:25:51 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 12826382 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9EC4CC433EF for ; Tue, 26 Apr 2022 00:25:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235372AbiDZA27 (ORCPT ); Mon, 25 Apr 2022 20:28:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240130AbiDZA26 (ORCPT ); Mon, 25 Apr 2022 20:28:58 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:e::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 050FF1A060; Mon, 25 Apr 2022 17:25:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=lTmpX84kge9E7ZGQUef7DLb/Hxor4Jf6qlPXm/vpPvI=; b=iYv4uuxx3QPdPG/vhTt3qy/FtD uPTItpjsiqRmbzNzp3BU9uM/5BgThVwoEETQS2tQ15iSS0HLITeAEFjmxcsIm06qBFvZTEKPzhZS9 5G8Lb0SjWYSBhXBsDiGwBljxlODgpzjFN72rFK5hx1unzk7zdoHkBrFia6cc4TcYHigbOSrFJYvDf 5cnQngbwXFAOjvCctmaYjPjFrD2sHhW0CUwr/kmm5kgBE20l6jDk2y/Fv4IIvwztLj4DIaxAfe8Bl S2bw6GYF0zgc/SGFl9Kh1pJdPCXuMjKF3brumT3ahzBHeOBVXIAwbkFVNr5/IybFuVYBKwQItMIN1 Br1Z8wJA==; Received: from [2601:1c0:6280:3f0::aa0b] (helo=bombadil.infradead.org) by bombadil.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nj91c-00BviB-Ip; Tue, 26 Apr 2022 00:25:52 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Masahiro Yamada , linux-kbuild@vger.kernel.org Subject: [PATCH] Makefile: fix a typo Date: Mon, 25 Apr 2022 17:25:51 -0700 Message-Id: <20220426002551.20171-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kbuild@vger.kernel.org Fix a typo so that it makes sense. Signed-off-by: Randy Dunlap Cc: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/Makefile +++ b/Makefile @@ -1386,7 +1386,7 @@ scripts_unifdef: scripts_basic # Install # Many distributions have the custom install script, /sbin/installkernel. -# If DKMS is installed, 'make install' will eventually recuses back +# If DKMS is installed, 'make install' will eventually recurse back # to the this Makefile to build and install external modules. # Cancel sub_make_done so that options such as M=, V=, etc. are parsed.