[PATCH 2/2] kernel: acct.c: Fixed a coding style issue.

From: YourName
Date: Sun Aug 09 2020 - 18:32:33 EST


From: Daniel <argoz1701@xxxxxxxxx>

Fixed a coding style issue.

Signed-off-by: Daniel West <argoz1701@xxxxxxxxx>
---
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