aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/devtmpfs.c
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-04-17 12:13:18 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-04-18 15:37:35 -0700
commit02fbe5e61df654b2b39a1ddc1ae912c9e14c3ddd (patch)
treee019b8f6a5e43aeefc0ca845211229ebaf471e88 /drivers/base/devtmpfs.c
parentw1: w1_ds28e04: unlock on error path in w1_f1C_write_pio() (diff)
downloadlinux-dev-02fbe5e61df654b2b39a1ddc1ae912c9e14c3ddd.tar.xz
linux-dev-02fbe5e61df654b2b39a1ddc1ae912c9e14c3ddd.zip
devtmpfs: fix 'the the' typo
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/devtmpfs.c')
-rw-r--r--drivers/base/devtmpfs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c
index 8493536ea55b..765c3a28077a 100644
--- a/drivers/base/devtmpfs.c
+++ b/drivers/base/devtmpfs.c
@@ -7,9 +7,9 @@
* devtmpfs, a tmpfs-based filesystem is created. Every driver-core
* device which requests a device node, will add a node in this
* filesystem.
- * By default, all devices are named after the the name of the
- * device, owned by root and have a default mode of 0600. Subsystems
- * can overwrite the default setting if needed.
+ * By default, all devices are named after the name of the device,
+ * owned by root and have a default mode of 0600. Subsystems can
+ * overwrite the default setting if needed.
*/
#include <linux/kernel.h>