blob: 474a05d4236bff00199004493cc3ef981745d032 [file] [log] [blame]
Martin Roth0ad5fbd2020-12-24 12:06:38 -07001#!/usr/bin/env sh
Patrick Georgi35852b92016-01-22 13:37:14 +01002#
Patrick Georgi7333a112020-05-08 20:48:04 +02003# SPDX-License-Identifier: GPL-2.0-only
4
Patrick Georgi35852b92016-01-22 13:37:14 +01005# DESCR: Check that we use a single assembler syntax
6
7LC_ALL=C export LC_ALL
Martin Roth4cfae2f2017-05-16 09:12:06 -06008git grep -n "\.\(att\|intel\)_syntax\>" | grep -v '\.patch:'