flash/stm32l4x: support STM32U53/U54x devices
[openocd.git] / tools / checkpatch.sh
blob7375fc2b6d00bf3147fa734e208ce91d0fb1380a
1 #!/bin/sh
2 # SPDX-License-Identifier: GPL-2.0-or-later
4 since=${1:-HEAD^}
5 tools/scripts/checkpatch.pl --git ${since}..