WARNING: line length of 86 exceeds 80 columns #117: FILE: fs/afs/cell.c:35: + smp_store_release(&cell->state, state); /* Commit cell changes before state */ WARNING: line length of 93 exceeds 80 columns #179: FILE: fs/afs/cell.c:308: + state = smp_load_acquire(&cell->state); /* vs error */ WARNING: line length of 90 exceeds 80 columns #180: FILE: fs/afs/cell.c:309: + state == AFS_CELL_ACTIVE || state == AFS_CELL_DEAD; WARNING: line length of 87 exceeds 80 columns #301: FILE: fs/afs/cell.c:644: + struct afs_cell *cell = container_of(timer, struct afs_cell, management_timer); WARNING: line length of 84 exceeds 80 columns #636: FILE: fs/afs/cell.c:879: + struct afs_cell *cell = rb_entry(cursor, struct afs_cell, net_node); total: 0 errors, 5 warnings, 0 checks, 710 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 ded0af23ad50 ("afs: Simplify cell record handling") 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. total: 0 errors, 5 warnings, 0 checks, 710 lines checked