Skip to content

Commit 2ff746c

Browse files
committed
ngci: Fix list of ppc64 configs
Lines without trailing commas are coalesced into a single string.
1 parent 7efa496 commit 2ff746c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/ngci.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ def defconfig_subarch(defconfig):
8282
]
8383

8484
ppc64_configs = [
85-
'allmodconfig'
85+
'allmodconfig',
8686
'allyesconfig',
87-
'cell_defconfig'
87+
'cell_defconfig',
8888
'corenet64_smp_defconfig',
8989
'g5_defconfig',
9090
'pseries_defconfig',

0 commit comments

Comments
 (0)