Re: [PATCH] Staging: Pi433: Bugfix for wrong argument for sizeof() in TX thread

From: Greg KH
Date: Tue Dec 19 2017 - 09:14:13 EST


On Mon, Dec 18, 2017 at 07:27:58PM +0200, Marcus Wolf wrote:
> sizeof(array) != sizeof(pointer to array)
> Fixes: "staging: pi433: reduce stack size in tx thread"
>
> Signed-off-by: Marcus Wolf <linux@xxxxxxxxxxxxxxxxxxxxx>

This should be listed as:
Fixes: 62f39d49d168 ("staging: pi433: reduce stack size in tx thread")

right above your signed-off-by line, so we know what patch it really
fixes. I'll do that now, but next time it would be great if you could
do it.

thanks,

greg k-h