From c8d755b59ae6750150d7f351210b97ad4cce5a51 Mon Sep 17 00:00:00 2001 From: Jesper Juhl Date: Mon, 22 Aug 2011 11:30:38 -0700 Subject: [PATCH] net/wan/hdlc_ppp: use break in switch We'll either hit one of the case labels or the default in the switch and in all cases do we then 'goto out' and we also have a 'goto out' after the switch that is redundant. Change to just use break in the case statements and leave the 'goto out' after the lop for everyone to hit. Signed-off-by: Jesper Juhl Signed-off-by: David S. Miller --- Reading git-format-patch failed