diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2015-09-04 06:45:05 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-12-08 08:40:57 -0500 |
commit | 7f7e92f7553c663fc1c53f999b0bf88e2d1f30a7 (patch) | |
tree | ca4eb03dc45b7126329f5a56b63762125773bae2 /lib/Kconfig | |
parent | 75021d28594d9b6fb4d05bbc41f77948a0db0e02 (diff) |
lib: scatterlist: fix Kconfig description
Spelling s/heler/helper/, grammar s/channel/channels/
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r-- | lib/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index f0df318104e7..5a0c1c83cdf0 100644 --- a/lib/Kconfig +++ b/lib/Kconfig | |||
@@ -512,9 +512,9 @@ source "lib/fonts/Kconfig" | |||
512 | config SG_SPLIT | 512 | config SG_SPLIT |
513 | def_bool n | 513 | def_bool n |
514 | help | 514 | help |
515 | Provides a heler to split scatterlists into chunks, each chunk being a | 515 | Provides a helper to split scatterlists into chunks, each chunk being |
516 | scatterlist. This should be selected by a driver or an API which | 516 | a scatterlist. This should be selected by a driver or an API which |
517 | whishes to split a scatterlist amongst multiple DMA channel. | 517 | whishes to split a scatterlist amongst multiple DMA channels. |
518 | 518 | ||
519 | # | 519 | # |
520 | # sg chaining option | 520 | # sg chaining option |