Re: [PATCH net-next v2 1/2] net: hinic: Convert the cmd code from decimal to hex to be more readable

From: Jakub Kicinski
Date: Wed Nov 02 2022 - 23:37:04 EST


On Tue, 1 Nov 2022 14:03:38 +0800 Cai Huoqing wrote:
> The print cmd code is in hex, so using hex cmd code intead of
> decimal is easy to check the value with print info.

You're still removing empty lines making this patch much harder
to review. Once again - it should be a pure conversion to dec -> hex.
Don't make any other changes.