Re: [PATCH v3] Capitalized "c" to "C" and changed "expect" to "expected"
From: Greg KH
Date: Tue Jul 23 2024 - 03:48:13 EST
On Mon, Jul 22, 2024 at 12:59:44PM -0400, Steven Davis wrote:
> This patch makes three error messages in the driver easier to read by capitalizing the first letters properly.
Please wrap your changelog text at 72 characters, checkpatch should have
caught this, right?
> For example, "channel already linked" became "Channel already linked".
> In addition, "expect" becomes "expected", as you would typically find in an error message.
When you have "in addition" that usually means you should split this up
into different changes, rigth?
> This patch is necessary for improving user experience and the kernel's quality.
This isn't a quality thing, it's a "spelling fixes are nice" thing.
Also, please fix up the subject line to match those that have been made
to this file in the past with the correct prefix.
thanks,
greg k-h