diff options
| author | Manuel Ebner <manuelebner@mailbox.org> | 2026-06-12 11:54:22 +0200 |
|---|---|---|
| committer | Jonathan Corbet <corbet@lwn.net> | 2026-06-12 13:16:01 -0600 |
| commit | b7851fa2c94a157b51db165ea00d5dacbd4ef24b (patch) | |
| tree | 940eb36a8c23c42b2feef5c378dcef80068517e6 /Documentation/arch/x86 | |
| parent | 5c48ecedf7769f67c1e5592c1ef5202a4a967a34 (diff) | |
Documentation: arch: fix brackets
Add missing and remove needless parentheses, brackets and curly braces.
Fix typos.
Signed-off-by: Manuel Ebner <manuelebner@mailbox.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260612095432.177759-2-manuelebner@mailbox.org>
Diffstat (limited to 'Documentation/arch/x86')
| -rw-r--r-- | Documentation/arch/x86/x86_64/fsgs.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/arch/x86/x86_64/fsgs.rst b/Documentation/arch/x86/x86_64/fsgs.rst index 6bda4d16d3f7..f8d483a7fb06 100644 --- a/Documentation/arch/x86/x86_64/fsgs.rst +++ b/Documentation/arch/x86/x86_64/fsgs.rst @@ -182,8 +182,8 @@ address spaces via an attribute based mechanism in Clang 2.6 and newer versions: ==================================== ===================================== - __attribute__((address_space(256)) Variable is addressed relative to GS - __attribute__((address_space(257)) Variable is addressed relative to FS + __attribute__(address_space(256)) Variable is addressed relative to GS + __attribute__(address_space(257)) Variable is addressed relative to FS ==================================== ===================================== FS/GS based addressing with inline assembly |
