Skip to content

Commit 1a9ea25

Browse files
rddunlapctmarinas
authored andcommitted
arm64: sigcontext.h: delete duplicated word
Drop the repeated word "the". Signed-off-by: Randy Dunlap <[email protected]> Cc: Will Deacon <[email protected]> Cc: [email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Catalin Marinas <[email protected]>
1 parent c4b5abb commit 1a9ea25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/uapi/asm/sigcontext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ struct sve_context {
179179
* The same convention applies when returning from a signal: a caller
180180
* will need to remove or resize the sve_context block if it wants to
181181
* make the SVE registers live when they were previously non-live or
182-
* vice-versa. This may require the the caller to allocate fresh
182+
* vice-versa. This may require the caller to allocate fresh
183183
* memory and/or move other context blocks in the signal frame.
184184
*
185185
* Changing the vector length during signal return is not permitted:

0 commit comments

Comments
 (0)