From: wangjingyu <wangjingyu@uniontech.com>
To: rjw@rjwysocki.net
Cc: pavel@ucw.cz, tglx@linutronix.de, mingo@redhat.com, bp@alien8.de,
x86@kernel.org, pa@zytor.com, linux-pm@vger.kernel.org,
linux-kernel@vger.kernel.org,
wangjingyu <wangjingyu@uniontech.com>
Subject: [PATCH] arch: x86/power Missing a blank line after declarations
Date: Fri, 26 Feb 2021 17:02:05 +0800 [thread overview]
Message-ID: <20210226090205.24132-1-wangjingyu@uniontech.com> (raw)
Ensure checkpatch compliance
Signed-off-by: wangjingyu <wangjingyu@uniontech.com>
---
arch/x86/power/hibernate_64.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/power/hibernate_64.c b/arch/x86/power/hibernate_64.c
index a595953f1d6d..7dfd3832c74c 100644
--- a/arch/x86/power/hibernate_64.c
+++ b/arch/x86/power/hibernate_64.c
@@ -78,6 +78,7 @@ static int set_up_temporary_text_mapping(pgd_t *pgd)
} else {
/* No p4d for 4-level paging: point the pgd to the pud page table */
pgd_t new_pgd = __pgd(__pa(pud) | pgprot_val(pgtable_prot));
+
set_pgd(pgd + pgd_index(restore_jump_address), new_pgd);
}
--
2.11.0
next reply other threads:[~2021-02-26 9:06 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-26 9:02 wangjingyu [this message]
2021-02-26 11:00 ` [PATCH] arch: x86/power Missing a blank line after declarations Pavel Machek
-- strict thread matches above, loose matches on Subject: below --
2021-02-26 8:47 wangjingyu
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=20210226090205.24132-1-wangjingyu@uniontech.com \
--to=wangjingyu@uniontech.com \
--cc=bp@alien8.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=pa@zytor.com \
--cc=pavel@ucw.cz \
--cc=rjw@rjwysocki.net \
--cc=tglx@linutronix.de \
--cc=x86@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