Skip to content

Kernel 6.1 backport of Renesas interrupt storm fix #361

Kernel 6.1 backport of Renesas interrupt storm fix

Kernel 6.1 backport of Renesas interrupt storm fix #361

Workflow file for this run

name: Linter
on:
#- push
- pull_request
jobs:
checkpatch_linter:
name: checkpatch
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run checkpatch linter
uses: webispy/checkpatch-action@master