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=-9.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 91CCEC43463 for ; Fri, 18 Sep 2020 05:47:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2DC1620848 for ; Fri, 18 Sep 2020 05:47:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="grcu/lU5" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726577AbgIRFrd (ORCPT ); Fri, 18 Sep 2020 01:47:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59792 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726205AbgIRFrd (ORCPT ); Fri, 18 Sep 2020 01:47:33 -0400 Received: from merlin.infradead.org (merlin.infradead.org [IPv6:2001:8b0:10b:1231::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B19FBC06174A; Thu, 17 Sep 2020 22:47:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=merlin.20170209; 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=qor3phhqiufDpB9uGvz5vGgi3ZV5sdxcbDSrWuLPMOY=; b=grcu/lU5Q9nRTbUWG/3hm+UHcB ZZIbJWHNkz0myCgix+YfA1XZ9R49wjnw8T9FjVJQL37Hf3b98NR8SpVsGAhlUMCGQf/MZ5Fca+d5i xR5EAwuyMLOMrXYfZRosPSAqdLPUEpDOCMuGd9BjoYIw4H6rXUk0qHAY3/pJruMv010MIrAYJi3PT Mu8wzcQA8rMO7Ii+sadD/URCCZRQSFVbiUiLeMHIKPHJwOeNgpjD/nCCsJdXdeJ+dYjJL8sXKhPtL dGg8GCuqxar9Sf0u60JwLHsWZMpwDG/y+uUhMs87EIz6yqtd23B5NyCFRmU1boju7tOaqErnJzDoK yd/oTLzg==; Received: from [2601:1c0:6280:3f0::19c2] (helo=smtpauth.infradead.org) by merlin.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1kJ9F3-00026d-GD; Fri, 18 Sep 2020 05:47:30 +0000 From: Randy Dunlap To: linux-kernel@vger.kernel.org Cc: Randy Dunlap , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH] Documentation/admin-guide: kernel-parameters: capitalize Korina Date: Thu, 17 Sep 2020 22:47:22 -0700 Message-Id: <20200918054722.28713-1-rdunlap@infradead.org> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix typo, capitalize Korina proper noun. Signed-off-by: Randy Dunlap Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/admin-guide/kernel-parameters.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200917.orig/Documentation/admin-guide/kernel-parameters.txt +++ linux-next-20200917/Documentation/admin-guide/kernel-parameters.txt @@ -2194,7 +2194,7 @@ kgdbwait [KGDB] Stop kernel execution and enter the kernel debugger at the earliest opportunity. - kmac= [MIPS] korina ethernet MAC address. + kmac= [MIPS] Korina ethernet MAC address. Configure the RouterBoard 532 series on-chip Ethernet adapter MAC address.