summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
blob: f3ac8107d5977762cdc6f78659a0bad91ba91d8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-only
#
# The configs of the Linux checkpatch script
#
# Copyright (c) 2022 Google LLC
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.

# Showing the diff position is clearer with git-based information
--showfile

# The Change-Id line is always reserved before submitting
--ignore GERRIT_CHANGE_ID

# The MAINTAINERS file patterns are not used in current gerrit
--ignore FILE_PATH_CHANGES