Hi Ben, FYI, there are new coccinelle warnings show up in tree: git://git.freedesktop.org/git/nouveau/linux-2.6 master head: fc72098aca323093e899eaa1284686b7d64a4b51 commit: 505c59fd7c71cffec272fef218c1c49987850fa3 [39/72] drm/nouveau/mxm: split up into bios code and a subdev module All coccinelle warnings: + drivers/gpu/drm/nouveau/core/subdev/mxm/nv50.c:187:1-59: code aligned with following code on line 188 vim +187 drivers/gpu/drm/nouveau/core/subdev/mxm/nv50.c 184 { 185 u64 desc = *(u64 *)data; 186 if ((desc & 0xf0) != 0xf0) > 187 nv_info(mxm, "unmatched output device 0x%016llx\n", desc); 188 return true; 189 } 190 --- 0-DAY kernel build testing backend Open Source Technology Centre Fengguang Wu <wfg@xxxxxxxxxxxxxxx> Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html