From: YourName <argoz1701@gmail.com>
To: daniel.m.jordan@oracle.com, vbabka@suse.cz
Cc: walken@google.com, akpm@linux-foundation.org,
ldufour@linux.ibm.com, arnd@arndb.de,
linux-kernel@vger.kernel.org, argoz1701@gmail.com
Subject: [PATCH 2/2] kernel: acct.c: Fixed a coding style issue.
Date: Sun, 9 Aug 2020 15:32:11 -0700 [thread overview]
Message-ID: <20200809223211.18209-1-argoz1701@gmail.com> (raw)
From: Daniel <argoz1701@gmail.com>
Fixed a coding style issue.
Signed-off-by: Daniel West <argoz1701@gmail.com>
---
kernel/acct.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/acct.c b/kernel/acct.c
index b0c5b3a9f5af..d7cc5f917e11 100644
--- a/kernel/acct.c
+++ b/kernel/acct.c
@@ -451,7 +451,7 @@ static void fill_ac(acct_t *ac)
do_div(elapsed, AHZ);
btime = ktime_get_real_seconds() - elapsed;
ac->ac_btime = clamp_t(time64_t, btime, 0, U32_MAX);
-#if ACCT_VERSION==2
+#if ACCT_VERSION == 2
ac->ac_ahz = AHZ;
#endif
--
2.25.1
reply other threads:[~2020-08-09 22:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200809223211.18209-1-argoz1701@gmail.com \
--to=argoz1701@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=arnd@arndb.de \
--cc=daniel.m.jordan@oracle.com \
--cc=ldufour@linux.ibm.com \
--cc=linux-kernel@vger.kernel.org \
--cc=vbabka@suse.cz \
--cc=walken@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®