1. [linux-3.16-rc5/fs/ubifs/sb.c:450]: (style) Checking if unsigned variable 'default_compr' is less than zero. if (c->default_compr < 0 || c->default_compr >= UBIFS_COMPR_TYPES_CNT) { 2. [linux-3.16-rc5/fs/ubifs/super.c:78]: (style) Checking if unsigned variable 'compr_type' is less than zero. if (ui->compr_type < 0 || ui->compr_type >= UBIFS_COMPR_TYPES_CNT) {
Thanks. https://patchwork.kernel.org/patch/4586111/