]> Git Repo - linux.git/commitdiff
arm64: sigcontext.h: delete duplicated word
authorRandy Dunlap <[email protected]>
Sun, 26 Jul 2020 00:32:07 +0000 (17:32 -0700)
committerCatalin Marinas <[email protected]>
Thu, 30 Jul 2020 11:54:56 +0000 (12:54 +0100)
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]>
arch/arm64/include/uapi/asm/sigcontext.h

index 8b0ebce92427b5da94b3ef2f2a8fc358879a80e5..0c796c795dbe781da43e145102e66ad2342f4cc9 100644 (file)
@@ -179,7 +179,7 @@ struct sve_context {
  * The same convention applies when returning from a signal: a caller
  * will need to remove or resize the sve_context block if it wants to
  * make the SVE registers live when they were previously non-live or
- * vice-versa.  This may require the the caller to allocate fresh
+ * vice-versa.  This may require the caller to allocate fresh
  * memory and/or move other context blocks in the signal frame.
  *
  * Changing the vector length during signal return is not permitted:
This page took 0.07308 seconds and 4 git commands to generate.