Re: [v3] staging: most: remove redundant print statement when kfifo_alloc fails
From: Markus Elfring
Date: Sun Jul 14 2019 - 10:43:42 EST
> This print statement is redundant as kfifo_alloc just calls kmalloc_array
> and without the __GFP_NOWARN flag, already does a dump_stack().
I suggest to omit the word âandâ from this sentence.
Will any further wording adjustments become helpful for commit descriptions?
> Changes in v3:
> - fix checkpatch warrning
> ---
Please move such version information below the triple dashes without a typo.
Regards,
Markus