From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Mon, 16 Apr 2018 17:15:58 +0800 Subject: [U-Boot] [PATCH v2 05/18] x86: Use 'unsigned int' in install_e820_map() functions In-Reply-To: References: <1523509343-18123-1-git-send-email-bmeng.cn@gmail.com> <1523509343-18123-6-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Thu, Apr 12, 2018 at 3:27 PM, Christian Gmeiner wrote: > 2018-04-12 7:02 GMT+02:00 Bin Meng : >> This fixes the following checkpatch warning: >> >> warning: Prefer 'unsigned int' to bare use of 'unsigned' >> >> Signed-off-by: Bin Meng > > Reviewed-by: Christian Gmeiner > >> --- >> >> Changes in v2: None >> >> arch/x86/cpu/coreboot/sdram.c | 7 ++++--- >> arch/x86/cpu/qemu/e820.c | 3 ++- >> arch/x86/cpu/tangier/sdram.c | 6 ++++-- >> arch/x86/include/asm/e820.h | 3 ++- >> arch/x86/lib/e820.c | 4 ++-- >> arch/x86/lib/fsp/fsp_dram.c | 5 +++-- >> 6 files changed, 17 insertions(+), 11 deletions(-) >> applied to u-boot-x86, thanks!