lkml.org 
[lkml]   [2020]   [Jan]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 08/22] staging: exfat: Rename variable "Offset" to "offset"
    Date
    Change all the occurrences of "Offset" to "offset" 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 5c207d715f44..52f314d50b91 100644
    --- a/drivers/staging/exfat/exfat.h
    +++ b/drivers/staging/exfat/exfat.h
    @@ -232,7 +232,7 @@ struct date_time_t {
    };

    struct part_info_t {
    - u32 Offset; /* start sector number of the partition */
    + u32 offset; /* start sector number of the partition */
    u32 Size; /* in sectors */
    };

    --
    2.17.1
    \
     
     \ /
      Last update: 2020-01-27 11:15    [W:2.243 / U:0.944 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site