Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

lib/xz: add comments for the intentionally missing break statements

Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Lasse Collin and committed by
Linus Torvalds
84d517f3 0046dd9f

+4
+4
lib/xz/xz_dec_lzma2.c
··· 1043 1043 1044 1044 s->lzma2.sequence = SEQ_LZMA_PREPARE; 1045 1045 1046 + /* Fall through */ 1047 + 1046 1048 case SEQ_LZMA_PREPARE: 1047 1049 if (s->lzma2.compressed < RC_INIT_BYTES) 1048 1050 return XZ_DATA_ERROR; ··· 1054 1052 1055 1053 s->lzma2.compressed -= RC_INIT_BYTES; 1056 1054 s->lzma2.sequence = SEQ_LZMA_RUN; 1055 + 1056 + /* Fall through */ 1057 1057 1058 1058 case SEQ_LZMA_RUN: 1059 1059 /*