On Fri, Mar 11, 2016 at 01:00:09AM +0530, rutu.shah.26@gmail.com wrote: > From: Rutuja Shah Hi Rutuja, In addition to the commit message/description issue that Eric raised, please use scripts/checkpatch.pl to check if your changes cause lines to exceed 80 characters. QEMU coding style is 80 characters per line max. Patches should not introduce new violations in existing code that follows the coding style. It might be simplest to address all 80 character line warnings from checkpatch.pl, even if the existing code already exceeded 80 characters. Thanks, Stefan