1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Fix a spelling mistake in the surprise link down error constant.

Submitted by:	glebius
This commit is contained in:
John Baldwin 2012-01-31 15:48:40 +00:00
parent b7fa166b60
commit d38d1fbc53
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=230822

View File

@ -697,7 +697,7 @@
#define PCIR_AER_UC_STATUS 0x04
#define PCIM_AER_UC_TRAINING_ERROR 0x00000001
#define PCIM_AER_UC_DL_PROTOCOL_ERROR 0x00000010
#define PCIM_AER_UC_SUPRISE_LINK_DOWN 0x00000020
#define PCIM_AER_UC_SURPRISE_LINK_DOWN 0x00000020
#define PCIM_AER_UC_POISONED_TLP 0x00001000
#define PCIM_AER_UC_FC_PROTOCOL_ERROR 0x00002000
#define PCIM_AER_UC_COMPLETION_TIMEOUT 0x00004000