From: Xiang wangx Date: Thu, 2 Jun 2022 08:53:50 +0000 (+0800) Subject: openrisc: unwinder: Fix grammar issue in comment X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=48bddb89d59eec27c3305d179b1832d5292e285d;p=linux.git openrisc: unwinder: Fix grammar issue in comment Delete the redundant word 'the'. Signed-off-by: Xiang wangx Signed-off-by: Stafford Horne --- diff --git a/arch/openrisc/kernel/unwinder.c b/arch/openrisc/kernel/unwinder.c index 8ae15c2c18459..c6ad6f867a6a8 100644 --- a/arch/openrisc/kernel/unwinder.c +++ b/arch/openrisc/kernel/unwinder.c @@ -25,7 +25,7 @@ struct or1k_frameinfo { /* * Verify a frameinfo structure. The return address should be a valid text * address. The frame pointer may be null if its the last frame, otherwise - * the frame pointer should point to a location in the stack after the the + * the frame pointer should point to a location in the stack after the * top of the next frame up. */ static inline int or1k_frameinfo_valid(struct or1k_frameinfo *frameinfo)