flycheck-checkpatch

Homepage: https://github.com/zpp0/flycheck-checkpatch

Author: Alexander Yarygin

Updated:

Summary

Flycheck support for checkpatch.pl tool

Commentary

An easy way to write Linux kernel or QEMU code
according to the style guidelines.

Enable this checker by adding code like the following
to your startup files:

    (eval-after-load 'flycheck
      '(flycheck-checkpatch-setup))

Dependencies