From: Mohit Joshi <joshionmohit@gmail.com>
To: rafael@kernel.org
Cc: linux-pm@vger.kernel.org, Mohit Joshi <joshionmohit@gmail.com>
Subject: [PATCH 2/3] PM: hibernate: fix minor style inconsistencies
Date: Fri, 17 Apr 2026 19:39:55 +0530 [thread overview]
Message-ID: <20260417140956.55232-2-joshionmohit@gmail.com> (raw)
In-Reply-To: <20260417140956.55232-1-joshionmohit@gmail.com>
---
kernel/power/hibernate.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/kernel/power/hibernate.c b/kernel/power/hibernate.c
index af8d07bafe02..f077659790e0 100644
--- a/kernel/power/hibernate.c
+++ b/kernel/power/hibernate.c
@@ -837,8 +837,9 @@ int hibernate(void)
goto Thaw;
error = hibernation_snapshot(hibernation_mode == HIBERNATION_PLATFORM);
+ /* Skip writing image if error or test mode */
if (error || freezer_test_done)
- goto Free_bitmaps;
+ goto Free_bitmaps;
if (in_suspend) {
unsigned int flags = 0;
@@ -848,7 +849,7 @@ int hibernate(void)
if (nocompress) {
flags |= SF_NOCOMPRESS_MODE;
} else {
- flags |= SF_CRC32_MODE;
+ flags |= SF_CRC32_MODE;
/*
* By default, LZO compression is enabled. Use SF_COMPRESSION_ALG_LZ4
--
2.43.0
next prev parent reply other threads:[~2026-04-17 14:10 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-17 14:09 [PATCH 1/3] PM: console: fix minor style issues and improve readability Mohit Joshi
2026-04-17 14:09 ` Mohit Joshi [this message]
2026-04-17 14:09 ` [PATCH 3/3] PM: wakelock: fix spacing " Mohit Joshi
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=20260417140956.55232-2-joshionmohit@gmail.com \
--to=joshionmohit@gmail.com \
--cc=linux-pm@vger.kernel.org \
--cc=rafael@kernel.org \
/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