mirror of
https://github.com/torvalds/linux.git
synced 2026-05-11 17:44:22 -04:00
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>