lkml.org 
[lkml]   [2020]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 10/22] staging: exfat: Rename variable "SecSize" to "sec_size"
On Mon, Jan 27, 2020 at 03:43:31PM +0530, Pragat Pandya wrote:
> Change all the occurrences of "SecSize" to "sec_size" in exfat.
>
> Signed-off-by: Pragat Pandya <pragat.pandya@gmail.com>
> ---
> drivers/staging/exfat/exfat.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h
> index a228350acdb4..58292495bb57 100644
> --- a/drivers/staging/exfat/exfat.h
> +++ b/drivers/staging/exfat/exfat.h
> @@ -237,7 +237,7 @@ struct part_info_t {
> };
>
> struct dev_info_t {
> - u32 SecSize; /* sector size in bytes */
> + u32 sec_size; /* sector size in bytes */
> u32 DevSize; /* block device size in sectors */
^^^
The comments aren't aligned any more.

regards,
dan carpenter

\
 
 \ /
  Last update: 2020-01-27 13:00    [W:0.268 / U:0.080 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site