Re: [PATCH 2/2] replace 2&>1 by 2>&1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 3/3/23 12:20, Patrice Duroux wrote:

Missing commit log and the commit summary doesn't include
the subsystem - try selftests/net:

Also say what this change is fixing instead of making that
the commit summary.

Signed-off-by: Patrice Duroux <patrice.duroux@xxxxxxxxx>
---
  .../testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh b/tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh
index a1f269ee84da..92acab83fbe2 100755
--- a/tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh
+++ b/tools/testing/selftests/drivers/net/dsa/test_bridge_fdb_stress.sh
@@ -31,7 +31,7 @@ trap 'cleanup' EXIT
eth=${NETIFS[p1]} -ip link del br0 2&>1 >/dev/null || :
+ip link del br0 2>&1 >/dev/null || :
  ip link add br0 type bridge && ip link set $eth master br0
(while :; do

thanks,
-- Shuah



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Share Photos]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux