From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,UNWANTED_LANGUAGE_BODY,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B145C35240 for ; Wed, 29 Jan 2020 17:00:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DC19A20720 for ; Wed, 29 Jan 2020 17:00:30 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="nQFgmZ7c" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727430AbgA2RA1 (ORCPT ); Wed, 29 Jan 2020 12:00:27 -0500 Received: from mail-pl1-f196.google.com ([209.85.214.196]:44123 "EHLO mail-pl1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726750AbgA2RA0 (ORCPT ); Wed, 29 Jan 2020 12:00:26 -0500 Received: by mail-pl1-f196.google.com with SMTP id d9so158910plo.11; Wed, 29 Jan 2020 09:00:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=X5DyFstm+Fabv2qYBB5NDWkEkfk8gyzH93R+wgHnU6E=; b=nQFgmZ7cb/lHmtpGJwUbae71HxinF4WrQDEtyFk6+eYZC5NNwym6nrG3AdRGWTitIT aRs9Q/H2ckvK1RAS2KbMaY6vpFZcfXTQAgNZyBToiIzDixwwvFJVceB3NRVL+7R8NQZV GgNVUmm15+P+M24UwKR06kAPfi2ZEAjojh7D5H2KTlIv76KGQIuSqXZIiSP1J7OruZQN oksSid1493MHjZ2JtuNqEug6Bj3LVVqc4q31yV4LxsrLECRjcgL9JZvtAb/XtmIvbkUV JMSRkfVuN3KlCOUfgUL0SJixzIf4K8yJIXs6MV++e7XYB62LxOV6hvWcXH4jGLTuj/Su nbmw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=X5DyFstm+Fabv2qYBB5NDWkEkfk8gyzH93R+wgHnU6E=; b=D9RdRGwkG1N27SLgVgkRbqQtPvRrqLcNitChITdByEQrPFk6+bJafh0Wv70dQqruRb crJmejKP00wjz7Kk1uoRnZwdzQskcxOu/PdDvSOMvJIAX0woriPGcjgBGG4QbapkLPZ/ XP1MBpN1K4pSROc8Ki/ecxMZoVFE0qMKzAnSCz3F2BtcZa+dWXN9XPzkhLMjHDKep4QH eFpvjoixTr26eiI00W1dSwQELesS59SopuUeY/0XCi2VqmSkKj9tFZEZvgefVvw4KT+G p8KObNGQ9eYPHw9RuDt60aX48KNO5rlwO7QhWYQ1qnnJrxqnRsmNb5NwOXVTMEWKaFvv XObA== X-Gm-Message-State: APjAAAU/g3wORNgqWERVUkY6usqZGmFNloFcrO+ykfXxYI8a0yTE6bUR JLBVUv0On8LtoPWWaQUO8Ww= X-Google-Smtp-Source: APXvYqw5gWUDWZTsleyhrwVCmHMkvzYsElcM5bMlPMQUDJiEptfbIgz27srgMEmyVbSk0kCWhisZOA== X-Received: by 2002:a17:90b:941:: with SMTP id dw1mr592147pjb.21.1580317225700; Wed, 29 Jan 2020 09:00:25 -0800 (PST) Received: from localhost.localdomain ([2405:205:c92f:3ccd:49ce:a9e3:28b5:cf94]) by smtp.gmail.com with ESMTPSA id f8sm3223610pfn.2.2020.01.29.09.00.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 29 Jan 2020 09:00:25 -0800 (PST) From: Pragat Pandya To: gregkh@linuxfoundation.org, valdis.kletnieks@vt.edu Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, skhan@linuxfoundation.org, linux-fsdevel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org, Pragat Pandya Subject: [PATCH 17/19] staging: exfat: Rename variable 'CreateTimestamp' to 'create_timestamp' Date: Wed, 29 Jan 2020 22:28:30 +0530 Message-Id: <20200129165832.10574-18-pragat.pandya@gmail.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20200129165832.10574-1-pragat.pandya@gmail.com> References: <20200129165832.10574-1-pragat.pandya@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Fix checkpatch warning: Avoid CamelCase. Change all occurrences of identifier "CreateTimestamp" to "create_timestamp" Signed-off-by: Pragat Pandya --- drivers/staging/exfat/exfat.h | 2 +- drivers/staging/exfat/exfat_super.c | 46 ++++++++++++++--------------- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/drivers/staging/exfat/exfat.h b/drivers/staging/exfat/exfat.h index 0b5ec053bb26..58db8ea700f8 100644 --- a/drivers/staging/exfat/exfat.h +++ b/drivers/staging/exfat/exfat.h @@ -278,7 +278,7 @@ struct dir_entry_t { u32 attr; u64 Size; u32 num_subdirs; - struct date_time_t CreateTimestamp; + struct date_time_t create_timestamp; struct date_time_t ModifyTimestamp; struct date_time_t AccessTimestamp; }; diff --git a/drivers/staging/exfat/exfat_super.c b/drivers/staging/exfat/exfat_super.c index 14a10f6f8653..694acfd8c52a 100644 --- a/drivers/staging/exfat/exfat_super.c +++ b/drivers/staging/exfat/exfat_super.c @@ -1458,7 +1458,7 @@ static int ffsReadStat(struct inode *inode, struct dir_entry_t *info) if ((fid->dir.dir == p_fs->root_dir) && (fid->entry == -1)) { info->attr = ATTR_SUBDIR; - memset((char *)&info->CreateTimestamp, 0, + memset((char *)&info->create_timestamp, 0, sizeof(struct date_time_t)); memset((char *)&info->ModifyTimestamp, 0, sizeof(struct date_time_t)); @@ -1505,13 +1505,13 @@ static int ffsReadStat(struct inode *inode, struct dir_entry_t *info) info->attr = p_fs->fs_func->get_entry_attr(ep); p_fs->fs_func->get_entry_time(ep, &tm, TM_CREATE); - info->CreateTimestamp.year = tm.year; - info->CreateTimestamp.month = tm.mon; - info->CreateTimestamp.day = tm.day; - info->CreateTimestamp.hour = tm.hour; - info->CreateTimestamp.minute = tm.min; - info->CreateTimestamp.second = tm.sec; - info->CreateTimestamp.millisecond = 0; + info->create_timestamp.year = tm.year; + info->create_timestamp.month = tm.mon; + info->create_timestamp.day = tm.day; + info->create_timestamp.hour = tm.hour; + info->create_timestamp.minute = tm.min; + info->create_timestamp.second = tm.sec; + info->create_timestamp.millisecond = 0; p_fs->fs_func->get_entry_time(ep, &tm, TM_MODIFY); info->ModifyTimestamp.year = tm.year; @@ -1605,12 +1605,12 @@ static int ffsWriteStat(struct inode *inode, struct dir_entry_t *info) p_fs->fs_func->set_entry_attr(ep, info->attr); /* set FILE_INFO structure using the acquired struct dentry_t */ - tm.sec = info->CreateTimestamp.second; - tm.min = info->CreateTimestamp.minute; - tm.hour = info->CreateTimestamp.hour; - tm.day = info->CreateTimestamp.day; - tm.mon = info->CreateTimestamp.month; - tm.year = info->CreateTimestamp.year; + tm.sec = info->create_timestamp.second; + tm.min = info->create_timestamp.minute; + tm.hour = info->create_timestamp.hour; + tm.day = info->create_timestamp.day; + tm.mon = info->create_timestamp.month; + tm.year = info->create_timestamp.year; p_fs->fs_func->set_entry_time(ep, &tm, TM_CREATE); tm.sec = info->ModifyTimestamp.second; @@ -1925,13 +1925,13 @@ static int ffsReadDir(struct inode *inode, struct dir_entry_t *dir_entry) dir_entry->attr = fs_func->get_entry_attr(ep); fs_func->get_entry_time(ep, &tm, TM_CREATE); - dir_entry->CreateTimestamp.year = tm.year; - dir_entry->CreateTimestamp.month = tm.mon; - dir_entry->CreateTimestamp.day = tm.day; - dir_entry->CreateTimestamp.hour = tm.hour; - dir_entry->CreateTimestamp.minute = tm.min; - dir_entry->CreateTimestamp.second = tm.sec; - dir_entry->CreateTimestamp.millisecond = 0; + dir_entry->create_timestamp.year = tm.year; + dir_entry->create_timestamp.month = tm.mon; + dir_entry->create_timestamp.day = tm.day; + dir_entry->create_timestamp.hour = tm.hour; + dir_entry->create_timestamp.minute = tm.min; + dir_entry->create_timestamp.second = tm.sec; + dir_entry->create_timestamp.millisecond = 0; fs_func->get_entry_time(ep, &tm, TM_MODIFY); dir_entry->ModifyTimestamp.year = tm.year; @@ -3192,7 +3192,7 @@ static int exfat_fill_inode(struct inode *inode, struct file_id_t *fid) & ~((loff_t)p_fs->cluster_size - 1)) >> 9; exfat_time_fat2unix(&inode->i_mtime, &info.ModifyTimestamp); - exfat_time_fat2unix(&inode->i_ctime, &info.CreateTimestamp); + exfat_time_fat2unix(&inode->i_ctime, &info.create_timestamp); exfat_time_fat2unix(&inode->i_atime, &info.AccessTimestamp); return 0; @@ -3263,7 +3263,7 @@ static int exfat_write_inode(struct inode *inode, struct writeback_control *wbc) info.Size = i_size_read(inode); exfat_time_unix2fat(&inode->i_mtime, &info.ModifyTimestamp); - exfat_time_unix2fat(&inode->i_ctime, &info.CreateTimestamp); + exfat_time_unix2fat(&inode->i_ctime, &info.create_timestamp); exfat_time_unix2fat(&inode->i_atime, &info.AccessTimestamp); ffsWriteStat(inode, &info); -- 2.17.1