forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
selftests: mptcp: join: use += operator to append strings
This patch uses addition assignment operator (+=) to append strings instead of open-coding in mptcp_join.sh. This can make the statements shorter. Signed-off-by: Geliang Tang <[email protected]>
- Loading branch information
1 parent
5ab0741
commit 0861c13
Showing
1 changed file
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters