Skip to content

Commit 6388cfd

Browse files
tobluxmasahir0y
authored andcommitted
docs: kconfig: Fix grammar and formatting
- Remove unnecessary spaces - Fix grammar s/to solution/solution/ Signed-off-by: Thorsten Blum <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 3b9ab24 commit 6388cfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/kbuild/Kconfig.recursion-issue-01

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
# that are possible for CORE. So for example if CORE_BELL_A_ADVANCED is 'y',
1717
# CORE must be 'y' too.
1818
#
19-
# * What influences CORE_BELL_A_ADVANCED ?
19+
# * What influences CORE_BELL_A_ADVANCED?
2020
#
2121
# As the name implies CORE_BELL_A_ADVANCED is an advanced feature of
2222
# CORE_BELL_A so naturally it depends on CORE_BELL_A. So if CORE_BELL_A is 'y'
2323
# we know CORE_BELL_A_ADVANCED can be 'y' too.
2424
#
25-
# * What influences CORE_BELL_A ?
25+
# * What influences CORE_BELL_A?
2626
#
2727
# CORE_BELL_A depends on CORE, so CORE influences CORE_BELL_A.
2828
#
@@ -34,7 +34,7 @@
3434
# the "recursive dependency detected" error.
3535
#
3636
# Reading the Documentation/kbuild/Kconfig.recursion-issue-01 file it may be
37-
# obvious that an easy to solution to this problem should just be the removal
37+
# obvious that an easy solution to this problem should just be the removal
3838
# of the "select CORE" from CORE_BELL_A_ADVANCED as that is implicit already
3939
# since CORE_BELL_A depends on CORE. Recursive dependency issues are not always
4040
# so trivial to resolve, we provide another example below of practical

0 commit comments

Comments
 (0)