Hi Luiz, On Mon, Oct 19, 2020, Luiz Augusto von Dentz wrote: > This fixes not resetting of the request ID when sending > A2MP_GETAMPASSOC_RSP. > > Fixes: Bluetooth: A2MP: Fix not initializing all members > Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > --- > net/bluetooth/a2mp.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) The fix itself looks fine, but I think the "Fixes: ..." line should contain the commit id followed by the commit summary within parentheses, at least based on how I can see this style of annotation used in other commits in the tree. Johan