From ce6ebdb87ef94b332fa0bfafd62830bf50e6e2c6 Mon Sep 17 00:00:00 2001 From: hujianyang Date: Wed, 11 Jun 2014 10:41:17 +0800 Subject: [PATCH] UBIFS: Add missing break statements in dbg_chk_pnode() This is a minor fix. These two branches in 'dbg_chk_pnode()' are dealing with different conditions. Although there is no fault in current state, I think adding "break"s in each end of branch is better. Signed-off-by: hujianyang Signed-off-by: Artem Bityutskiy --- Reading git-format-patch failed