Re: [PATCH v1] drbd: Fix typos in the comment
Jens Axboe <[email protected]> Fri, 27 Sep 2024 04:22:29 -0600
| Newsgroups | dev.linux.lists.drbd-dev,org.kernel.vger.linux-block,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On 9/27/24 3:57 AM, Yan Zhen wrote: > Correctly spelled comments make it easier for the reader to understand > the code. > > Fix typos: > 'mutliple' ==> 'multiple', > 'droped' ==> 'dropped', > 'Suprisingly' ==> 'Surprisingly', > 'chage' ==> 'change', > 'typicaly' ==> 'typically', > 'progres' ==> 'progress', > 'catched' ==> 'caught', > 'protocoll' ==> 'protocol', > 'stroage' ==> 'storage', > 'independend' ==> 'independent'. We generally don't do spelling fixes, unless it's done as part of a fix. That avoids needless churn that just causes backporting pain. -- Jens Axboe