mb/google/parrot: Fix smbus subsystem ID
[coreboot.git] / util / lint / lint-stable-010-asm-syntax
blobe1ce948f0202c11c60064df1e452297fbb3a3e2f
1 #!/usr/bin/env sh
3 # SPDX-License-Identifier: GPL-2.0-only
5 # DESCR: Check that we use a single assembler syntax
7 LINTDIR="$(
8 cd -- "$(dirname "$0")" > /dev/null 2>&1 || return
9 pwd -P
12 # shellcheck source=helper_functions.sh
13 . "${LINTDIR}/helper_functions.sh"
15 ${GREP_FILES} -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'