summaryrefslogtreecommitdiffstats
path: root/util/lint/lint-stable-010-asm-syntax
blob: 344068fcb35348265895ac9f1afd53273abb2932 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
#
# SPDX-License-Identifier: GPL-2.0-only

# DESCR: Check that we use a single assembler syntax

LC_ALL=C export LC_ALL
git grep -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'