diff options
author | Jakub Kicinski <[email protected]> | 2024-01-03 08:09:38 -0800 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2024-01-08 11:39:00 -0700 |
commit | 2d179e8ac02e33c82c1a314961254353eb5028b3 (patch) | |
tree | cbc086717550d12cbcc48898793424fef96d9bbf | |
parent | 5382774515d4e192251fabfec41e8a15c1a5c23d (diff) |
MAINTAINERS: use tabs for indent of CONFIDENTIAL COMPUTING THREAT MODEL
There are two MAINTAINERS entries which snuck in during the previous
merge window which use spaces instead of tabs for indent. The rest
of the file uses tabs. Fix CONFIDENTIAL COMPUTING THREAT MODEL FOR
X86 VIRTUALIZATION (SNP/TDX).
Given the prevalence of using tabs some scripts (AKA my scripts)
assume tabs when parsing.
The faulty entry was added in commit 1f597b1a6ec2 ("docs: security:
Confidential computing intro and threat model for x86 virtualization")
Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: Carlos Bilbao <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index ec08af41bfcf..894fdcc201f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5274,10 +5274,10 @@ W: http://accessrunner.sourceforge.net/ F: drivers/usb/atm/cxacru.c CONFIDENTIAL COMPUTING THREAT MODEL FOR X86 VIRTUALIZATION (SNP/TDX) -M: Elena Reshetova <[email protected]> -M: Carlos Bilbao <[email protected]> -S: Maintained -F: Documentation/security/snp-tdx-threat-model.rst +M: Elena Reshetova <[email protected]> +M: Carlos Bilbao <[email protected]> +S: Maintained +F: Documentation/security/snp-tdx-threat-model.rst CONFIGFS M: Joel Becker <[email protected]> |