Skip to content

Commit afd5faa

Browse files
author
Wirut Getbamrung
committed
[device/celestica]: add newline at EOF
1 parent a46b5a8 commit afd5faa

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import chassis
2-
import platform
2+
import platform

device/celestica/x86_64-cel_seastone-r0/sonic_platform/chassis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ def get_reboot_cause(self):
6868
if sw_reboot_cause != 'Unknown' and ( hw_reboot_cause == '0x11' or hw_reboot_cause == '0x33'):
6969
prev_reboot_cause = (self.REBOOT_CAUSE_NON_HARDWARE, sw_reboot_cause)
7070

71-
return prev_reboot_cause
71+
return prev_reboot_cause

platform/broadcom/sonic-platform-modules-cel/dx010/modules/dx010_cpld.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,4 +637,4 @@ module_exit(cel_dx010_lpc_exit);
637637
MODULE_AUTHOR("Abhisit Sangjan <[email protected]>");
638638
MODULE_AUTHOR("Pariwat Leamsumran <[email protected]>");
639639
MODULE_DESCRIPTION("Celestica SeaStone DX010 LPC Driver");
640-
MODULE_LICENSE("GPL");
640+
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)