<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 12pt; font-family: Verdana,Geneva,sans-serif'>
<p><span style="font-family: monospace; font-size: 12pt;">Delete duplicate word "the"</span></p>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><br />Signed-off-by: Zizhen Pang <pangzizhen001@208suo.com><br />---<br /> arch/powerpc/kernel/process.c | 2 +-<br /> 1 file changed, 1 insertion(+), 1 deletion(-)<br /><br />diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c<br />index b68898ac07e1..6e35037282b6 100644<br />--- a/arch/powerpc/kernel/process.c<br />+++ b/arch/powerpc/kernel/process.c<br />@@ -173,7 +173,7 @@ void giveup_fpu(struct task_struct *tsk)<br /> EXPORT_SYMBOL(giveup_fpu);<br /> <br /> /*<br />- * Make sure the floating-point register state in the<br />+ * Make sure the floating-point register state in<br />  * the thread_struct is up to date for task tsk.<br />  */<br /> void flush_fp_to_thread(struct task_struct *tsk)</div>

</body></html>