RE: [PATCH v3] exfat: replace 'time_ms' with 'time_cs'

From: Namjae Jeon
Date: Thu Apr 16 2020 - 22:39:55 EST


> Replace "time_ms" with "time_cs" in the file directory entry structure
> and related functions.
>
> The unit of create_time_ms/modify_time_ms in File Directory Entry are not
> 'milli-second', but 'centi-second'.
> The exfat specification uses the term '10ms', but instead use 'cs' as in
> "msdos_fs.h".
>
> Signed-off-by: Tetsuhiro Kohada
> <Kohada.Tetsuhiro@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
> ---
I have run checkpatch.pl on your patch.
It give a following warning.

WARNING: Missing Signed-off-by: line by nominal patch author 'Tetsuhiro
Kohada <Kohada.Tetsuhiro@xxxxxxxxxxxxxxxxxxxxxxxxxxx>'
total: 0 errors, 1 warnings, 127 lines checked

Please fix it.
Thanks!