On Thu, 10 Jun 2021 23:01:23 +0100, Matthew Wilcox wrote:
quoted
In human terms, the initramfs buffer contains a collection of
-compressed and/or uncompressed cpio archives (in the "newc" or "crc"
-formats); arbitrary amounts zero bytes (for padding) can be added
-between members.
+compressed and/or uncompressed cpio archives (in the "newc" format);
+arbitrary amounts zero bytes (for padding) can be added between
+members.
"arbitrary amounts of zero bytes", but even that doesn't sound quite
right. Maybe "arbitrary amount of zero-byte padding between members"?
Your suggestion sounds good to me. Can I squash it in with this change
for a v2, or would you prefer to handle it as a separate grammar fix?
Cheers, David