Documentation: log_buf_len uses [KMG] suffix

Update the "log_buf_len" description to use [KMG] syntax for the
buffer size.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Randy Dunlap and committed by Linus Torvalds c756d08a 7a19a237

+3 -4
+3 -4
Documentation/kernel-parameters.txt
··· 1271 6 (KERN_INFO) informational 1272 7 (KERN_DEBUG) debug-level messages 1273 1274 - log_buf_len=n Sets the size of the printk ring buffer, in bytes. 1275 - Format: { n | nk | nM } 1276 - n must be a power of two. The default size 1277 - is set in the kernel config file. 1278 1279 logo.nologo [FB] Disables display of the built-in Linux logo. 1280 This may be used to provide more screen space for
··· 1271 6 (KERN_INFO) informational 1272 7 (KERN_DEBUG) debug-level messages 1273 1274 + log_buf_len=n[KMG] Sets the size of the printk ring buffer, 1275 + in bytes. n must be a power of two. The default 1276 + size is set in the kernel config file. 1277 1278 logo.nologo [FB] Disables display of the built-in Linux logo. 1279 This may be used to provide more screen space for