[posix] add break to case statement (#7349)

This commit is contained in:
Zhanglong Xia
2022-01-24 09:47:46 -08:00
committed by GitHub
parent 215c459846
commit 9a9083f20e
+1
View File
@@ -284,6 +284,7 @@ static void ReceiveNetlinkMessage(void)
{
otLogWarnPlat("netlink NLMSG_ERROR response: seq=%u, error=%d", header->nlmsg_seq, errMsg->error);
}
break;
}
default:
break;