1#!/bin/bash
2# SPDX-License-Identifier: BSD-3-Clause
3# Copyright(c) 2018 Intel Corporation. All rights reserved.
4
5exec git diff --cached | scripts/checkpatch.pl --no-tree --codespell --no-signoff -q -
6
7