public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Gavin Keusch <gavinkeusch@gmail.com>
To: pmladek@suse.com
Cc: linux-kernel@vger.kernel.org, Gavin Keusch <gavinkeusch@gmail.com>
Subject: [PATCH] kernel: watchdog: fix missing space coding style issue
Date: Wed, 13 Jul 2022 23:04:57 -0700	[thread overview]
Message-ID: <20220714060457.96599-1-gavinkeusch@gmail.com> (raw)

Fixed missing space causing coding style error

Signed-off-by: Gavin Keusch <gavinkeusch@gmail.com>
---
 kernel/watchdog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kernel/watchdog.c b/kernel/watchdog.c
index ecb0e8346e65..b6b150c4b179 100644
--- a/kernel/watchdog.c
+++ b/kernel/watchdog.c
@@ -306,7 +306,7 @@ static int is_softlockup(unsigned long touch_ts,
 			 unsigned long period_ts,
 			 unsigned long now)
 {
-	if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh){
+	if ((watchdog_enabled & SOFT_WATCHDOG_ENABLED) && watchdog_thresh) {
 		/* Warn about unreasonable delays. */
 		if (time_after(now, period_ts + get_softlockup_thresh()))
 			return now - touch_ts;
-- 
2.34.1


             reply	other threads:[~2022-07-14  6:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-14  6:04 Gavin Keusch [this message]
2022-07-14  8:31 ` [PATCH] kernel: watchdog: fix missing space coding style issue Petr Mladek
2022-07-17  0:37   ` Andrew Morton

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=20220714060457.96599-1-gavinkeusch@gmail.com \
    --to=gavinkeusch@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=pmladek@suse.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