[PATCH] powerpc/kernel: Fix comment typo

pangzizhen001@208suo.com posted 1 patch 2 years, 6 months ago
arch/powerpc/kernel/process.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] powerpc/kernel: Fix comment typo
Posted by pangzizhen001@208suo.com 2 years, 6 months ago
Delete duplicate word "the"

Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com>
---
  arch/powerpc/kernel/process.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/powerpc/kernel/process.c 
b/arch/powerpc/kernel/process.c
index b68898ac07e1..6e35037282b6 100644
--- a/arch/powerpc/kernel/process.c
+++ b/arch/powerpc/kernel/process.c
@@ -173,7 +173,7 @@ void giveup_fpu(struct task_struct *tsk)
  EXPORT_SYMBOL(giveup_fpu);

  /*
- * Make sure the floating-point register state in the
+ * Make sure the floating-point register state in
   * the thread_struct is up to date for task tsk.
   */
  void flush_fp_to_thread(struct task_struct *tsk)