From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752670AbcF1UXg (ORCPT ); Tue, 28 Jun 2016 16:23:36 -0400 Received: from mail-pf0-f194.google.com ([209.85.192.194]:34346 "EHLO mail-pf0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579AbcF1UXe (ORCPT ); Tue, 28 Jun 2016 16:23:34 -0400 From: Masanari Iida To: corbet@lwn.net, linux-doc@vger.kernel.org, axboe@kernel.dk, linux-kernel@vger.kernel.org Cc: Masanari Iida Subject: [PATCH] [linux-next] Doc: block: Fix a typo in queue-sysfs.txt Date: Wed, 29 Jun 2016 05:10:57 +0900 Message-Id: <20160628201057.4953-1-standby24x7@gmail.com> X-Mailer: git-send-email 2.9.0.137.gcf4c2cf Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patch fix a spelling typo found in queue-sysfs.txt. Signed-off-by: Masanari Iida --- Documentation/block/queue-sysfs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/block/queue-sysfs.txt b/Documentation/block/queue-sysfs.txt index dce25d848d92..d515d58962b9 100644 --- a/Documentation/block/queue-sysfs.txt +++ b/Documentation/block/queue-sysfs.txt @@ -53,7 +53,7 @@ disk. logical_block_size (RO) ----------------------- -This is the logcal block size of the device, in bytes. +This is the logical block size of the device, in bytes. max_hw_sectors_kb (RO) ---------------------- -- 2.9.0.137.gcf4c2cf