common/mlx5: remove redundant spaces in PRM header
authorDekel Peled <dekelp@nvidia.com>
Tue, 4 May 2021 17:54:46 +0000 (20:54 +0300)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 4 May 2021 20:41:32 +0000 (22:41 +0200)
commit97dcf0567ed06f3b30338ec00f4837c2f7004299
tree253dff0a590d175f36cb7b46befc00f1990ac64c
parentbd6113858f7a49165cd4e7dc787836330097bf8f
common/mlx5: remove redundant spaces in PRM header

File drivers/common/mlx5/mlx5_prm.h includes structs representing
data items as defined in PRM document.
Some of these structs were copied as-is from kernel file mlx5_ifc.h.
As result the structs are not all aligned with the same spacing.

This patch removes redundant spaces and new lines from several structs,
to align all structs in mlx5_prm.h to the same format.

Signed-off-by: Dekel Peled <dekelp@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
drivers/common/mlx5/mlx5_prm.h