========== checkpatch - FAILED WARNING: line length of 81 exceeds 80 columns #33: FILE: drivers/net/wwan/t7xx/t7xx_pci.c:178: +static int t7xx_pci_pm_init(struct t7xx_pci_dev *t7xx_dev, int pm_autosuspend_ms) ERROR: space required after that ',' (ctx:VxV) #53: FILE: drivers/net/wwan/t7xx/t7xx_pci.c:830: + ret = t7xx_pci_pm_init(t7xx_dev,PM_AUTOSUSPEND_MS_BY_DW5933E); ^ ERROR: space required after that ',' (ctx:VxV) #56: FILE: drivers/net/wwan/t7xx/t7xx_pci.c:833: + ret = t7xx_pci_pm_init(t7xx_dev,PM_AUTOSUSPEND_MS); ^ total: 2 errors, 1 warnings, 0 checks, 37 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 4fd34fbf4176 ("net: wwan: t7xx: add PM_AUTOSUSPEND_MS_BY_DW5933E for Dell DW5933e") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS.