Skip to content

Commit

Permalink
devtmpfs: fix 'the the' typo
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Korsgaard <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
jacmet authored and gregkh committed Apr 18, 2012
1 parent eda70f1 commit 02fbe5e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/base/devtmpfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 02fbe5e

Please sign in to comment.