@@ -76,7 +76,7 @@ kmsg_size
7676~~~~~~~~~
7777
7878The 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
8181There are multiple chunks for oops/panic front-end depending on the remaining
8282space except other pstore front-ends.
@@ -88,7 +88,7 @@ pmsg_size
8888~~~~~~~~~
8989
9090The 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
9393Unlike oops/panic front-end, there is only one chunk for pmsg front-end.
9494
@@ -100,7 +100,7 @@ console_size
100100~~~~~~~~~~~~
101101
102102The 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
105105Similar to pmsg front-end, there is only one chunk for console front-end.
106106
@@ -111,7 +111,7 @@ ftrace_size
111111~~~~~~~~~~~
112112
113113The 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
116116Similar to oops front-end, there are multiple chunks for ftrace front-end
117117depending on the count of cpu processors. Each chunk size is equal to
0 commit comments