On Wed, Nov 06, 2024 at 01:24:20PM +0200, Andrew Kreimer wrote: > Fix typos: > - syncronized -> synchronized > - interfacs -> interface > - otherwhise -> otherwise > - ony -> only > - busses -> buses > - maxinum -> maximum > > Via codespell. > > Reported-by: Simon Horman <horms@xxxxxxxxxx> > Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> > --- > v1: > - Fix typos in printk messages. > - https://lore.kernel.org/netdev/20241102134856.11322-1-algonell@xxxxxxxxx/ > > v2: > - Address all non-false-positive suggestions, including comments. > - The syncronized ==> synchronized suggestions for struct hfc_multi were skipped. Thanks Andrew. Reviewed-by: Simon Horman <horms@xxxxxxxxxx>