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.5 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 709D8C33CB7 for ; Mon, 27 Jan 2020 13:22:45 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4746B217BA for ; Mon, 27 Jan 2020 13:22:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="QLRKMtQe" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4746B217BA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-kernel-mentees-bounces@lists.linuxfoundation.org Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 25E9A2000A; Mon, 27 Jan 2020 13:22:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 1b1MauSB7e4N; Mon, 27 Jan 2020 13:22:44 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by silver.osuosl.org (Postfix) with ESMTP id AB3BA1FD16; Mon, 27 Jan 2020 13:22:44 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id 99B29C0175; Mon, 27 Jan 2020 13:22:44 +0000 (UTC) Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by lists.linuxfoundation.org (Postfix) with ESMTP id C0764C0171 for ; Mon, 27 Jan 2020 13:22:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id AEF8B2000A for ; Mon, 27 Jan 2020 13:22:43 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4k3TphaRlrgD for ; Mon, 27 Jan 2020 13:22:43 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by silver.osuosl.org (Postfix) with ESMTPS id 1F2081FD16 for ; Mon, 27 Jan 2020 13:22:43 +0000 (UTC) Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 81C0C20702; Mon, 27 Jan 2020 13:22:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580131363; bh=Kb9x2s+UkwWqGC22SMv7hYVGLMzfbIYXm5FD1TymFlo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QLRKMtQe3CWXw3qsNchZ+wH+soGWVSVV3TPOYlHmNcnGi0/sS7AZLEF2rAbzJ+wEy B6pI7BJ6BrwsW0JF/jvnFtcx3S/ebZE8rRadayMeXfZohnQD6qjUdcWDShsAfQYJLi ixEa8+AZ1GKWg9TG0Mbnz304ximeon0hE1rAbH14= Date: Mon, 27 Jan 2020 14:22:40 +0100 From: Greg KH To: Pragat Pandya Message-ID: <20200127132240.GB415635@kroah.com> References: <20200127101343.20415-1-pragat.pandya@gmail.com> <20200127101343.20415-11-pragat.pandya@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200127101343.20415-11-pragat.pandya@gmail.com> Cc: devel@driverdev.osuosl.org, valdis.kletnieks@vt.edu, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [Linux-kernel-mentees] [PATCH 10/22] staging: exfat: Rename variable "SecSize" to "sec_size" X-BeenThere: linux-kernel-mentees@lists.linuxfoundation.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-kernel-mentees-bounces@lists.linuxfoundation.org Sender: "Linux-kernel-mentees" 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 > --- > 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 */ "sector_size"? _______________________________________________ Linux-kernel-mentees mailing list Linux-kernel-mentees@lists.linuxfoundation.org https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees