From patchwork Thu Aug 20 22:35:46 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ed Swierk X-Patchwork-Id: 43021 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n7KMaDJf018715 for ; Thu, 20 Aug 2009 22:36:13 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755016AbZHTWfw (ORCPT ); Thu, 20 Aug 2009 18:35:52 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755100AbZHTWfw (ORCPT ); Thu, 20 Aug 2009 18:35:52 -0400 Received: from mail-px0-f196.google.com ([209.85.216.196]:65345 "EHLO mail-px0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755016AbZHTWfv (ORCPT ); Thu, 20 Aug 2009 18:35:51 -0400 Received: by pxi34 with SMTP id 34so3570251pxi.4 for ; Thu, 20 Aug 2009 15:35:53 -0700 (PDT) Received: by 10.115.134.4 with SMTP id l4mr475277wan.118.1250807753569; Thu, 20 Aug 2009 15:35:53 -0700 (PDT) Received: from ?192.168.254.110? (c-98-248-44-54.hsd1.ca.comcast.net [98.248.44.54]) by mx.google.com with ESMTPS id k21sm59253waf.24.2009.08.20.15.35.52 (version=SSLv3 cipher=RC4-MD5); Thu, 20 Aug 2009 15:35:52 -0700 (PDT) Subject: [PATCH] Fix spelling of surprise From: Ed Swierk To: linux-pci@vger.kernel.org Date: Thu, 20 Aug 2009 15:35:46 -0700 Message-Id: <1250807746.7142.2.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.26.3 (2.26.3-1.fc11) Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org It's surprise, not surpise or suprise. Signed-off-by: Ed Swierk --- -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/ls-caps.c b/ls-caps.c index 634dadc..507771a 100644 --- a/ls-caps.c +++ b/ls-caps.c @@ -798,7 +798,7 @@ static void cap_express_slot(struct device *d, int where) u16 w; t = get_conf_long(d, where + PCI_EXP_SLTCAP); - printf("\t\tSltCap:\tAttnBtn%c PwrCtrl%c MRL%c AttnInd%c PwrInd%c HotPlug%c Surpise%c\n", + printf("\t\tSltCap:\tAttnBtn%c PwrCtrl%c MRL%c AttnInd%c PwrInd%c HotPlug%c Surprise%c\n", FLAG(t, PCI_EXP_SLTCAP_ATNB), FLAG(t, PCI_EXP_SLTCAP_PWRC), FLAG(t, PCI_EXP_SLTCAP_MRL), diff --git a/tests/cap-pcie-1 b/tests/cap-pcie-1 index f82b71d..b69184f 100644 --- a/tests/cap-pcie-1 +++ b/tests/cap-pcie-1 @@ -21,11 +21,11 @@ MaxPayload 256 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <512ns, L1 <4us - ClockPM- Suprise+ LLActRep+ BwNot+ + ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- - SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug- Surpise- + SltCap: AttnBtn+ PwrCtrl+ MRL+ AttnInd+ PwrInd+ HotPlug- Surprise- Slot # 40, PowerLimit 0.000000; Interlock+ NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power+ Interlock- diff --git a/tests/cap-pcie-2 b/tests/cap-pcie-2 index b7944a3..47c8953 100644 --- a/tests/cap-pcie-2 +++ b/tests/cap-pcie-2 @@ -26,7 +26,7 @@ MaxPayload 256 bytes, MaxReadReq 512 bytes DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend- LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us - ClockPM- Suprise- LLActRep- BwNot- + ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-