Re: [PATCH v2 1/2] PM: hibernate: fix spelling mistake for annotation

From: Greg KH
Date: Fri Nov 04 2022 - 05:17:43 EST


On Fri, Nov 04, 2022 at 01:41:18PM +0800, TGSP wrote:
> From: xiongxin <xiongxin@xxxxxxxxxx>
>
> The actual calculation formula in the code below is:
>
> max_size = (count - (size + PAGES_FOR_IO)) / 2
> - 2 * DIV_ROUND_UP(reserved_size, PAGE_SIZE);
>
> But function comments are written differently, the comment is wrong?
>
> By the way, what exactly do the "/ 2" and "2 *" mean?
>
> Cc: stable@xxxxxxxxxxxxxxx
> Signed-off-by: xiongxin <xiongxin@xxxxxxxxxx>

Please do not use an anonymous gmail account for your corporate work
like this. Work with your company email admins to allow you to send
patches from that address so that they can be verified to actually come
from there.

thanks,

greg k-h