]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
PM: hibernate: Fix style issues in save_compressed_image()
authorMario Limonciello (AMD) <superm1@kernel.org>
Thu, 6 Nov 2025 04:51:07 +0000 (22:51 -0600)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 7 Nov 2025 15:53:57 +0000 (16:53 +0100)
commit0b6c10cb8479d0d1b7b208277df2e2afe082d4bd
tree8b0e85b4bc66f406d64bd531765e52945c306c2c
parent66ededc694f1d06a71ca35a3c8e3689e9b85b3ce
PM: hibernate: Fix style issues in save_compressed_image()

Address two issues indicated by checkpatch:

 - Trailing statements should be on next line.
 - Prefer 'unsigned int' to bare use of 'unsigned'.

Signed-off-by: Mario Limonciello (AMD) <superm1@kernel.org>
[ rjw: Changelog edits ]
Link: https://patch.msgid.link/20251106045158.3198061-4-superm1@kernel.org
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/swap.c