Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/nmi: keep comments consistent

The name of bit 36 of the machine check interruption code is "guarded
storage registers validity". Add the missing "validity" part in order
to be consistent with all other comments, which include this piece of
information.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Heiko Carstens and committed by
Martin Schwidefsky
65a6d0c5 dd783b4c

+1 -1
+1 -1
arch/s390/include/asm/nmi.h
··· 72 72 u64 ar : 1; /* 33 access register validity */ 73 73 u64 da : 1; /* 34 delayed access exception */ 74 74 u64 : 1; /* 35 */ 75 - u64 gs : 1; /* 36 guarded storage registers */ 75 + u64 gs : 1; /* 36 guarded storage registers validity */ 76 76 u64 : 5; /* 37-41 */ 77 77 u64 pr : 1; /* 42 tod programmable register validity */ 78 78 u64 fc : 1; /* 43 fp control register validity */