diff options
| author | Gabor Egry <gaboregry@axelero.hu> | 2005-01-14 23:46:55 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-01-14 23:46:55 -0800 |
| commit | b6efa0d0e6d8419320ed70394518f3b178928e9f (patch) | |
| tree | 3669d1cce2c8e2aae40ac66aeb2393f65af74d57 /kernel | |
| parent | 17d2208b37ddc53c26992416b130dcc92cc135d6 (diff) | |
[PATCH] various Kconfig fixes
Here are some Kconfig fixes:
- typo fixes
- unused token removes (empty or duplicated 'help')
- non ASCII characters replaces
- e-mail address and URL format corrections
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/power/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/power/Kconfig b/kernel/power/Kconfig index ed49ffd12bc6..696387ffe49c 100644 --- a/kernel/power/Kconfig +++ b/kernel/power/Kconfig @@ -48,7 +48,7 @@ config SOFTWARE_SUSPEND involved in suspending. Also in this case there is a risk that buffers on disk won't match with saved ones. - For more information take a look at Documentation/power/swsusp.txt. + For more information take a look at <file:Documentation/power/swsusp.txt>. config PM_STD_PARTITION string "Default resume partition" |
