From patchwork Mon Dec 4 15:42:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Drung X-Patchwork-Id: 10090665 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 282F860329 for ; Mon, 4 Dec 2017 15:43:07 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1465828D0A for ; Mon, 4 Dec 2017 15:43:07 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0764C28F70; Mon, 4 Dec 2017 15:43:07 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 5367228D0A for ; Mon, 4 Dec 2017 15:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751286AbdLDPnE (ORCPT ); Mon, 4 Dec 2017 10:43:04 -0500 Received: from mx1.profitbricks.com ([46.16.72.21]:43946 "EHLO mx1.profitbricks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751066AbdLDPnE (ORCPT ); Mon, 4 Dec 2017 10:43:04 -0500 Received: from mail.pb.local (mail.pb.local [192.168.178.100]) by mx1.profitbricks.com (Postfix) with ESMTP id BBAFE5F59B for ; Mon, 4 Dec 2017 15:43:01 +0000 (UTC) Received: from konstrukt.pb.local (konstrukt.pb.local [192.168.88.20]) by mail.pb.local (Postfix) with SMTP id 918723FC1F; Mon, 4 Dec 2017 16:43:01 +0100 (CET) Received: (nullmailer pid 7198 invoked by uid 1000); Mon, 04 Dec 2017 15:43:01 -0000 From: Benjamin Drung To: linux-rdma@vger.kernel.org Cc: Benjamin Drung Subject: [PATCH rdma-core] udev.md: Fix typo 'le.g.acy' -> 'legacy' Date: Mon, 4 Dec 2017 16:42:55 +0100 Message-Id: <20171204154255.7067-1-benjamin.drung@profitbricks.com> X-Mailer: git-send-email 2.14.1 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Benjamin Drung --- Documentation/udev.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/udev.md b/Documentation/udev.md index 7da3ed94..002340cd 100644 --- a/Documentation/udev.md +++ b/Documentation/udev.md @@ -75,12 +75,12 @@ ethernet devices. Services that cannot handle hot plug must be ordered after systemd-udev-settle.service, which will wait for udev to complete loading modules and scheduling systemd services. This ensures that all RDMA hardware -present at boot is setup before proceeding to run the le.g.acy service. +present at boot is setup before proceeding to run the legacy service. -Admins using le.g.acy services can also place their RDMA hardware modules +Admins using legacy services can also place their RDMA hardware modules (e.g. mlx4_ib) directly in /etc/modules-load.d/ or in their initrd which will cause systemd to defer passing to sysinit.target until all RDMA hardware is -setup, this is usually sufficient for le.g.acy services. This is probably the +setup, this is usually sufficient for legacy services. This is probably the default behavior in many configurations. # Systemd Ordering