Re: [PATCH 3/5] md/raid10: pull codes that wait for blocked dev into one function
From: Xiao Ni <hidden> Date: 2021-02-04 01:55:58
On 02/03/2021 11:46 PM, Christoph Hellwig wrote:
s/codes/the code/
quoted
+ /* Discard request doesn't care the write result
+ * so it doesn't need to wait blocked disk here.
+ */
The normal kernel comment style would be:
/*
* Discard request doesn't care the write result so it
* doesn't need to wait for the blocked disk here.
*/
Ok. Thanks for pointing out the style problem. I'll fix it and check
other comments.