diff options
author | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-12-06 17:08:07 +0800 |
---|---|---|
committer | Ruiyu Ni <ruiyu.ni@intel.com> | 2016-12-06 17:08:07 +0800 |
commit | 77557b76427144737ff22bf3c993b2402aef6ad6 (patch) | |
tree | 4bc2390c3352a6b4a8b8dde8e2add426bad1e6fc /MdeModulePkg/Bus | |
parent | ea99ba10ff0392554c9f82307949e1349d17888a (diff) | |
download | edk2-platforms-77557b76427144737ff22bf3c993b2402aef6ad6.tar.xz |
MdeModulePkg/PciSioSerial: Fix bad EOL
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus')
-rw-r--r-- | MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c index a48783660e..65ddf5dc2b 100644 --- a/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c +++ b/MdeModulePkg/Bus/Pci/PciSioSerialDxe/Serial.c @@ -931,7 +931,7 @@ SerialControllerDriverStart ( return Status;
}
}
- }
+ }
if (RemainingDevicePath != NULL) {
Uart = (UART_DEVICE_PATH *) SkipControllerDevicePathNode (RemainingDevicePath, &ContainsControllerNode, &ControllerNumber);
|