WARNING: line length of 82 exceeds 80 columns #76: FILE: drivers/virtio/virtio_ring.c:523: + bool indirect, bool premapped) WARNING: line length of 84 exceeds 80 columns #94: FILE: drivers/virtio/virtio_ring.c:624: + indirect, sg_is_premapped(sg)); WARNING: line length of 84 exceeds 80 columns #103: FILE: drivers/virtio/virtio_ring.c:642: + indirect, sg_is_premapped(sg)); WARNING: line length of 95 exceeds 80 columns #166: FILE: drivers/virtio/virtio_ring.c:1318: + extra[i].addr = sg_is_premapped(sg) ? DMA_MAPPING_ERROR : addr; WARNING: line length of 88 exceeds 80 columns #197: FILE: drivers/virtio/virtio_ring.c:1480: + vq->packed.desc_extra[curr].addr = sg_is_premapped(sg) ? total: 0 errors, 5 warnings, 0 checks, 206 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 216a3c9c4d5e ("virtio_ring: perform premapped operations based on per-buffer") 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, 206 lines checked