mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-26 15:53:14 -05:00
staging/rdma/hfi1, IB/core: Fix LinkDownReason define for consistency
LinkDownReason LocalMediaNotInstalled lacked an underscore and was inconsistent with other defines in the same family. This patch fixes this. Reviewed-by: Ira Weiny <ira.weiny@intel.com> Signed-off-by: Easwar Hariharan <easwar.hariharan@intel.com> Signed-off-by: Doug Ledford <dledford@redhat.com>
This commit is contained in:
committed by
Doug Ledford
parent
45b59eefcc
commit
e1bf0d5ecd
@@ -97,7 +97,7 @@
|
||||
#define OPA_LINKDOWN_REASON_WIDTH_POLICY 41
|
||||
/* 42-48 reserved */
|
||||
#define OPA_LINKDOWN_REASON_DISCONNECTED 49
|
||||
#define OPA_LINKDOWN_REASONLOCAL_MEDIA_NOT_INSTALLED 50
|
||||
#define OPA_LINKDOWN_REASON_LOCAL_MEDIA_NOT_INSTALLED 50
|
||||
#define OPA_LINKDOWN_REASON_NOT_INSTALLED 51
|
||||
#define OPA_LINKDOWN_REASON_CHASSIS_CONFIG 52
|
||||
/* 53 reserved */
|
||||
|
||||
Reference in New Issue
Block a user