diff mbox series

[PATCH-next,v2,2/7] boot/at91dataflashboot: rename patches with the proper naming convention

Message ID 20211121170756.3810922-2-ricardo.martincoski@gmail.com
State Accepted
Headers show
Series [PATCH-next,v2,1/7] boot/lpc32xxcdl: rename patches with the proper naming convention | expand

Commit Message

Ricardo Martincoski Nov. 21, 2021, 5:07 p.m. UTC
As reported by check-package (by calling it directly):
use name <number>-<description>.patch

Output of:
make at91dataflashboot-dirclean at91dataflashboot-patch | grep 'Patching\|Applying'

Before:
>>> at91dataflashboot 1.05 Patching
Applying at91dataflashboot-1.05-do-not-install.patch using patch:
Applying at91dataflashboot-1.05-eabi-fixes.patch using patch:

After:
>>> at91dataflashboot 1.05 Patching
Applying 0001-do-not-install.patch using patch:
Applying 0002-eabi-fixes.patch using patch:

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
v2: new patch in the series
---
 ...shboot-1.05-do-not-install.patch => 0001-do-not-install.patch} | 0
 ...1dataflashboot-1.05-eabi-fixes.patch => 0002-eabi-fixes.patch} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename boot/at91dataflashboot/{at91dataflashboot-1.05-do-not-install.patch => 0001-do-not-install.patch} (100%)
 rename boot/at91dataflashboot/{at91dataflashboot-1.05-eabi-fixes.patch => 0002-eabi-fixes.patch} (100%)
diff mbox series

Patch

diff --git a/boot/at91dataflashboot/at91dataflashboot-1.05-do-not-install.patch b/boot/at91dataflashboot/0001-do-not-install.patch
similarity index 100%
rename from boot/at91dataflashboot/at91dataflashboot-1.05-do-not-install.patch
rename to boot/at91dataflashboot/0001-do-not-install.patch
diff --git a/boot/at91dataflashboot/at91dataflashboot-1.05-eabi-fixes.patch b/boot/at91dataflashboot/0002-eabi-fixes.patch
similarity index 100%
rename from boot/at91dataflashboot/at91dataflashboot-1.05-eabi-fixes.patch
rename to boot/at91dataflashboot/0002-eabi-fixes.patch