Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756287Ab3DWXno (ORCPT ); Tue, 23 Apr 2013 19:43:44 -0400 Received: from comal.ext.ti.com ([198.47.26.152]:44099 "EHLO comal.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755970Ab3DWXnm (ORCPT ); Tue, 23 Apr 2013 19:43:42 -0400 From: Eduardo Valentin To: CC: , Eduardo Valentin , Sebastian Hesselbarth , Linus Walleij , Andrew Morton , Pawel Moll , Subject: [PATCH 1/1] drivers: clk: fix typo in Kconfig description Date: Tue, 23 Apr 2013 19:42:55 -0400 Message-ID: <1366760575-2890-1-git-send-email-eduardo.valentin@ti.com> X-Mailer: git-send-email 1.8.2.1.342.gfa7285d MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1273 Lines: 34 Fixing misspelled wording. Cc: Mike Turquette Cc: Sebastian Hesselbarth Cc: Linus Walleij Cc: Andrew Morton Cc: Pawel Moll Cc: linux-kernel@vger.kernel.org Signed-off-by: Eduardo Valentin --- drivers/clk/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/Kconfig b/drivers/clk/Kconfig index 0357ac4..1ba18f9 100644 --- a/drivers/clk/Kconfig +++ b/drivers/clk/Kconfig @@ -27,7 +27,7 @@ config COMMON_CLK_DEBUG bool "DebugFS representation of clock tree" select DEBUG_FS ---help--- - Creates a directory hierchy in debugfs for visualizing the clk + Creates a directory hierarchy in debugfs for visualizing the clk tree structure. Each directory contains read-only members that export information specific to that clk node: clk_rate, clk_flags, clk_prepare_count, clk_enable_count & -- 1.8.2.1.342.gfa7285d -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/