Re: [PATCH] kernel: Optimize unused integer return values

From: Li kunyu
Date: Wed Apr 27 2022 - 05:03:15 EST


Sorry, this patch is incomplete. I have the following ideas

post_copy_siginfo_from_User32 function can change the integer return value 0 to void return type, and its caller return value is based on it. Can the return type of related function be changed to void.

If you agree with this idea, I will resend the patc