From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tonghao Zhang Subject: [PATCH 3/3] net: doc: fix spelling mistake: "modrobe.d" -> "modprobe.d" Date: Fri, 11 May 2018 02:53:12 -0700 Message-ID: <1526032392-65791-3-git-send-email-xiangxia.m.yue@gmail.com> References: <1526032392-65791-1-git-send-email-xiangxia.m.yue@gmail.com> Cc: Tonghao Zhang To: netdev@vger.kernel.org Return-path: Received: from mail-pf0-f194.google.com ([209.85.192.194]:42376 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752635AbeEKJxY (ORCPT ); Fri, 11 May 2018 05:53:24 -0400 Received: by mail-pf0-f194.google.com with SMTP id p14-v6so2478938pfh.9 for ; Fri, 11 May 2018 02:53:24 -0700 (PDT) In-Reply-To: <1526032392-65791-1-git-send-email-xiangxia.m.yue@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Signed-off-by: Tonghao Zhang --- Documentation/networking/bonding.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/bonding.txt b/Documentation/networking/bonding.txt index 9ba04c0..c13214d 100644 --- a/Documentation/networking/bonding.txt +++ b/Documentation/networking/bonding.txt @@ -140,7 +140,7 @@ bonding module at load time, or are specified via sysfs. Module options may be given as command line arguments to the insmod or modprobe command, but are usually specified in either the -/etc/modrobe.d/*.conf configuration files, or in a distro-specific +/etc/modprobe.d/*.conf configuration files, or in a distro-specific configuration file (some of which are detailed in the next section). Details on bonding support for sysfs is provided in the -- 1.8.3.1