OSDN Git Service

net/mlx5: Use lowercase 'X' for hex values
authorSaeed Mahameed <saeedm@mellanox.com>
Thu, 13 Dec 2018 03:11:36 +0000 (19:11 -0800)
committerSaeed Mahameed <saeedm@mellanox.com>
Fri, 14 Dec 2018 17:58:57 +0000 (09:58 -0800)
commit4c8b85187c22ee65637035efd2ae0cb10836d8e8
tree5841d09fde1b9f2c9228c42944973834be087bd8
parent186599f89ea57e9b444dcb0793723b9148770161
net/mlx5: Use lowercase 'X' for hex values

Apparently gcc is cool with upper case '0X' but it is not commonly used.
Replace '0X' with lowercase '0x' in mlx5_ifc.h file.

Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
include/linux/mlx5/mlx5_ifc.h