aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeongJae Park <sj@kernel.org>2023-12-24 11:35:48 -0800
committerSeongJae Park <sj@kernel.org>2023-12-24 11:36:07 -0800
commit956b9f8fe92803e13c373c6dd6d696bfdcacd497 (patch)
tree27c776dd8d5f3021cf0f9d01f4aacfcb7f427a9d
parentb52b892864eb06c6235d9c55eb9c06aa8959be4e (diff)
downloaddamon-hack-956b9f8fe92803e13c373c6dd6d696bfdcacd497.tar.gz
format_patch: Remove unnecessary blank lines on coverletter
Signed-off-by: SeongJae Park <sj@kernel.org>
-rwxr-xr-xformat_patch.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/format_patch.sh b/format_patch.sh
index f64e495..ed7f030 100755
--- a/format_patch.sh
+++ b/format_patch.sh
@@ -78,9 +78,7 @@ do
tail -n +3 "$patch.old" >> "$patch"
rm "$patch.old"
- echo >> "$to_total"
echo "$to" >> "$to_total"
- echo >> "$cc_total"
echo "$cc" >> "$cc_total"
done