blob: 344068fcb35348265895ac9f1afd53273abb2932 [file] [log] [blame]
Patrick Georgi35852b92016-01-22 13:37:14 +01001#!/bin/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:'