From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755166AbbLJSgR (ORCPT ); Thu, 10 Dec 2015 13:36:17 -0500 Received: from tex.lwn.net ([70.33.254.29]:53816 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750783AbbLJSgQ (ORCPT ); Thu, 10 Dec 2015 13:36:16 -0500 Date: Thu, 10 Dec 2015 11:36:14 -0700 From: Jonathan Corbet To: Soren Brinkmann Cc: Jiri Kosina , , Subject: Re: [PATH TRIVIAL] Documentation: cpu-hotplug: Fix sysfs mount instructions Message-ID: <20151210113614.7001d548@lwn.net> In-Reply-To: <1449559618-15049-1-git-send-email-soren.brinkmann@xilinx.com> References: <1449559618-15049-1-git-send-email-soren.brinkmann@xilinx.com> Organization: LWN.net X-Mailer: Claws Mail 3.12.0 (GTK+ 2.24.28; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 7 Dec 2015 23:26:58 -0800 Soren Brinkmann wrote: > The instructions for mounting sysfs are inconsistent in instructing to > create the directory '/sysfs' but then mounting sysfs to /sys. > Also, indentation is slightly off. Are there really any systems out there that won't have sysfs mounted at this point? Oh well, the instructions might as well make sense, applied to the docs tree. Thanks, jon