[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 05/10] xsm: apply coding style
- To: "Daniel P. Smith" <dpsmith@xxxxxxxxxxxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 13 Sep 2021 08:51:51 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version; bh=nx1X7nsgt9I6wHT41R9KWBdn2/EzJAwvqED5gqQadZc=; b=B/8kj1YL5oQ+mz7s13tplbF+YA9HN4lCYEAt/w/MbmlQz13FnpZSw2C8yKXo44wVDA6VSUDvrxlyRD6ZSAi9NLJ84lUulmxzHgv7C6KoCx0SsGA8ZY7b0Uqld4Z2K2ycOgn9UuGHE5gR7ADh+4a36bYQvdoo4SruLi/n0t2F5bY5h6AlR8FNqMhxMx3HCwkfbTKhUHpNT5Cy9J6sZaZ8kzBSaJE+kZ/pO05udLQF6rR3M86akgc4RCouldZZ/WWvc0Z9uiInFZ2M+XEqI371x0euzenIxRTAzbw6ZcKJGdEYXWMxNPGt38abtDEKNBYO7ROwrj0hez8DbFqqEY0p/w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=D9KrF2Guv/MPVykmCSmq9LMLuic+47TqIu/OgxVe3lB8UoNaFTwfIUi+Xh3GLP6iNn6o7wG06qf+5/qBbOgVSOwelb3IxidL6VMW6MYXko6Muh+t4U3ZQ0U1h6vjEX6CYdEddMHPAzlTbJOb1TLjThJX7HBu6v8WhuAGInN200fi37OFpbDVpqpEMCbs14p9sxr5G40quC6EnYnvZQTZBsbflmCDtDyhj9G7oiTzk6hK9xdj78LGS5NowV/QpaMRJPftBU0uYx18+CEypk/Fxm81tLojSJUDs6O0I8iaKUJ86BbNWTxOfn5Co0bqV+Kxytf1B3aQpTPjV2QmgpxBmg==
- Authentication-results: lists.xenproject.org; dkim=none (message not signed) header.d=none;lists.xenproject.org; dmarc=none action=none header.from=suse.com;
- Cc: Daniel De Graaf <dgdegra@xxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 13 Sep 2021 06:52:02 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 10.09.2021 22:13, Daniel P. Smith wrote:
> Instead of intermixing coding style changes with code changes as they
> are come upon in this patch set, moving all coding style changes
> into a single commit. The focus of coding style changes here are,
>
> - move trailing comments to line above
> - ensuring line length does not exceed 80 chars
> - ensuring proper indentation for 80 char wrapping
> - covert u32 type statements to uint32_t
> - remove space between closing and opening parens
> - drop extern on function declarations
>
> Signed-off-by: Daniel P. Smith <dpsmith@xxxxxxxxxxxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|