s/codes/the code/ > + /* 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. */