Skip to content

Commit 4bc028d

Browse files
ambaruskees
authored andcommitted
docs: pstore-blk.rst: use "about" as a preposition after "care"
Reword the sentence to "care about the {oops/panic, pmsg, console} log." Signed-off-by: Tudor Ambarus <tudor.ambarus@linaro.org> Link: https://lore.kernel.org/r/20230914133729.1956907-1-tudor.ambarus@linaro.org Signed-off-by: Kees Cook <keescook@chromium.org>
1 parent ce9ecca commit 4bc028d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/admin-guide/pstore-blk.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ kmsg_size
7676
~~~~~~~~~
7777

7878
The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4.
79-
It's optional if you do not care oops/panic log.
79+
It's optional if you do not care about the oops/panic log.
8080

8181
There are multiple chunks for oops/panic front-end depending on the remaining
8282
space except other pstore front-ends.
@@ -88,7 +88,7 @@ pmsg_size
8888
~~~~~~~~~
8989

9090
The chunk size in KB for pmsg front-end. It **MUST** be a multiple of 4.
91-
It's optional if you do not care pmsg log.
91+
It's optional if you do not care about the pmsg log.
9292

9393
Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
9494

@@ -100,7 +100,7 @@ console_size
100100
~~~~~~~~~~~~
101101

102102
The chunk size in KB for console front-end. It **MUST** be a multiple of 4.
103-
It's optional if you do not care console log.
103+
It's optional if you do not care about the console log.
104104

105105
Similar to pmsg front-end, there is only one chunk for console front-end.
106106

@@ -111,7 +111,7 @@ ftrace_size
111111
~~~~~~~~~~~
112112

113113
The chunk size in KB for ftrace front-end. It **MUST** be a multiple of 4.
114-
It's optional if you do not care console log.
114+
It's optional if you do not care about the console log.
115115

116116
Similar to oops front-end, there are multiple chunks for ftrace front-end
117117
depending on the count of cpu processors. Each chunk size is equal to

0 commit comments

Comments
 (0)