From: Peter Korsgaard Date: Tue, 17 Apr 2012 10:13:18 +0000 (+0200) Subject: devtmpfs: fix 'the the' typo X-Git-Tag: v3.5-rc1~147^2~85 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=02fbe5e61df654b2b39a1ddc1ae912c9e14c3ddd;p=platform%2Fupstream%2Fkernel-adaptation-pc.git devtmpfs: fix 'the the' typo Signed-off-by: Peter Korsgaard Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/base/devtmpfs.c b/drivers/base/devtmpfs.c index 8493536..765c3a2 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