mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 17:21:26 +00:00
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7771 d57e44dd-8a1f-0410-8b47-8ef2f437770f
4 lines
309 B
Bash
Executable File
4 lines
309 B
Bash
Executable File
#!/bin/bash
|
|
|
|
../linux-kernel/scripts/checkpatch.pl -f --show-types --ignore SPDX_LICENSE_TAG,LINUX_VERSION_CODE,SYMBOLIC_PERMS,CONSTANT_COMPARISON,RETURN_VOID $(list-source-files | grep -vE 'fcst/linux-patches|patch$|pdf$|png$|^ibmvstgt/|^mpt/|^qla_isp/|^mvsas_tgt/') | sed 's/^#[0-9]*: FILE: \(.*\):/\1:1:/'
|