On Thu, 7 Jan 2021 20:03:49 -0800 Randy Dunlap wrote: > On 1/7/21 6:53 PM, menglong8.dong@xxxxxxxxx wrote: > > From: Menglong Dong <dong.menglong@xxxxxxxxxx> > > > > Some typos are found out by codespell tool: > > > > $ codespell ./net/bridge/ > > ./net/bridge/br_stp.c:604: permanant ==> permanent > > ./net/bridge/br_stp.c:605: persistance ==> persistence > > ./net/bridge/br.c:125: underlaying ==> underlying > > ./net/bridge/br_input.c:43: modue ==> mode > > ./net/bridge/br_mrp.c:828: Determin ==> Determine > > ./net/bridge/br_mrp.c:848: Determin ==> Determine > > ./net/bridge/br_mrp.c:897: Determin ==> Determine > > > > Fix typos found by codespell. > > > > Signed-off-by: Menglong Dong <dong.menglong@xxxxxxxxxx> > > LGTM. Thanks. > > Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> Applied, thanks!