diff mbox series

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

Message ID 20211121170756.3810922-1-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 lpc32xxcdl-dirclean lpc32xxcdl-patch | grep 'Patching\|Applying'

Before:
>>> lpc32xxcdl 2.11 Patching
Applying lpc32xxcdl-2.11-compiler_name.patch using patch:
Applying lpc32xxcdl-2.11-delete_redundant_files.patch using patch:
Applying lpc32xxcdl-2.11-libnosys_gnu.patch using patch:
Applying lpc32xxcdl-2.11-slashes.patch using patch:

After:
>>> lpc32xxcdl 2.11 Patching
Applying 0001-compiler_name.patch using patch:
Applying 0002-delete_redundant_files.patch using patch:
Applying 0003-libnosys_gnu.patch using patch:
Applying 0004-slashes.patch using patch:

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
---
v2: new patch in the series
---
 ...c32xxcdl-2.11-compiler_name.patch => 0001-compiler_name.patch} | 0
 ...te_redundant_files.patch => 0002-delete_redundant_files.patch} | 0
 ...lpc32xxcdl-2.11-libnosys_gnu.patch => 0003-libnosys_gnu.patch} | 0
 .../{lpc32xxcdl-2.11-slashes.patch => 0004-slashes.patch}         | 0
 4 files changed, 0 insertions(+), 0 deletions(-)
 rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-compiler_name.patch => 0001-compiler_name.patch} (100%)
 rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-delete_redundant_files.patch => 0002-delete_redundant_files.patch} (100%)
 rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-libnosys_gnu.patch => 0003-libnosys_gnu.patch} (100%)
 rename boot/lpc32xxcdl/{lpc32xxcdl-2.11-slashes.patch => 0004-slashes.patch} (100%)
diff mbox series

Patch

diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-compiler_name.patch b/boot/lpc32xxcdl/0001-compiler_name.patch
similarity index 100%
rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-compiler_name.patch
rename to boot/lpc32xxcdl/0001-compiler_name.patch
diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-delete_redundant_files.patch b/boot/lpc32xxcdl/0002-delete_redundant_files.patch
similarity index 100%
rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-delete_redundant_files.patch
rename to boot/lpc32xxcdl/0002-delete_redundant_files.patch
diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-libnosys_gnu.patch b/boot/lpc32xxcdl/0003-libnosys_gnu.patch
similarity index 100%
rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-libnosys_gnu.patch
rename to boot/lpc32xxcdl/0003-libnosys_gnu.patch
diff --git a/boot/lpc32xxcdl/lpc32xxcdl-2.11-slashes.patch b/boot/lpc32xxcdl/0004-slashes.patch
similarity index 100%
rename from boot/lpc32xxcdl/lpc32xxcdl-2.11-slashes.patch
rename to boot/lpc32xxcdl/0004-slashes.patch