From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965492AbdEWCQq (ORCPT ); Mon, 22 May 2017 22:16:46 -0400 Received: from bombadil.infradead.org ([65.50.211.133]:45454 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933119AbdEWCQp (ORCPT ); Mon, 22 May 2017 22:16:45 -0400 Subject: Re: RISC-V Linux Port v1 To: Palmer Dabbelt , linux-kernel@vger.kernel.org, Arnd Bergmann , olof@lixom.net Cc: albert@sifive.com References: <20170523004107.536-1-palmer@dabbelt.com> From: Randy Dunlap Message-ID: Date: Mon, 22 May 2017 19:16:43 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.0 MIME-Version: 1.0 In-Reply-To: <20170523004107.536-1-palmer@dabbelt.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/22/17 17:41, Palmer Dabbelt wrote: > [PATCH 1/7] RISC-V: Top-Level Makefile for riscv{32,64} > [PATCH 2/7] RISC-V: arch/riscv Makefile and Kconfigs > [PATCH 3/7] RISC-V: Device Tree Documentation > [PATCH 4/7] RISC-V: arch/riscv/include > [PATCH 5/7] RISC-V: arch/riscv/lib > [PATCH 6/7] RISC-V: arch/riscv/kernel > [PATCH 7/7] RISC-V: arch/riscv/mm > Now at patch 0004-riscv.patch Warning: trailing whitespace in line 3 of arch/riscv/include/asm/asm.h Warning: trailing whitespace in line 115 of arch/riscv/include/asm/spinlock.h Now at patch 0006-riscv.patch Warning: trailing whitespace in line 271 of arch/riscv/kernel/entry.S Warning: trailing whitespace in line 77 of arch/riscv/kernel/process.c Warning: trailing whitespace in line 78 of arch/riscv/kernel/smpboot.c -- ~Randy