From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751444AbbD3Og6 (ORCPT ); Thu, 30 Apr 2015 10:36:58 -0400 Received: from mx02.posteo.de ([89.146.194.165]:34702 "EHLO mx02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750807AbbD3Ogx (ORCPT ); Thu, 30 Apr 2015 10:36:53 -0400 From: Martin Kepplinger To: jic23@kernel.org, irina.tirdea@intel.com Cc: linux-api@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Kepplinger Subject: [PATCH] iio: doc: fix typo Date: Thu, 30 Apr 2015 16:36:22 +0200 Message-Id: <1430404582-13115-1-git-send-email-martink@posteo.de> X-Mailer: git-send-email 2.1.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since we have deviceX, we don't need accelX. This has no users as of now, so correcting this is no problem. Signed-off-by: Martin Kepplinger --- That's really just a question now. If I'm wrong, sorry for the noise. Documentation/ABI/testing/sysfs-bus-iio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/ABI/testing/sysfs-bus-iio b/Documentation/ABI/testing/sysfs-bus-iio index 3befcb1..efd1334 100644 --- a/Documentation/ABI/testing/sysfs-bus-iio +++ b/Documentation/ABI/testing/sysfs-bus-iio @@ -1119,7 +1119,7 @@ Description: This attribute is used to read the amount of quadrature error present in the device at a given time. -What: /sys/.../iio:deviceX/in_accelX_power_mode +What: /sys/.../iio:deviceX/in_accel_power_mode KernelVersion: 3.11 Contact: linux-iio@vger.kernel.org Description: -- 2.1.4