mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 2/2] kernel: acct.c: Fixed a coding style issue.
@ 2020-08-09 22:32 YourName
  0 siblings, 0 replies; only message in thread
From: YourName @ 2020-08-09 22:32 UTC (permalink / raw)
  To: daniel.m.jordan, vbabka
  Cc: walken, akpm, ldufour, arnd, linux-kernel, argoz1701

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-09 22:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09 22:32 [PATCH 2/2] kernel: acct.c: Fixed a coding style issue YourName

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®