From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E383ECA9EC7 for ; Thu, 31 Oct 2019 01:53:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BA4AC2087E for ; Thu, 31 Oct 2019 01:53:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572486793; bh=URBSmu6OiJ+FEUgwhQ/RHgs7YGynWuZQ6yJNH/NdOYo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=pTM0rMKul1MnlZCBYcRVkZS1adHoAlRPAMhcjrAMb7I6jJgO6hyl33U+FrkiKKn1s J5Lo4k1hilTQAluIRr7pcgPgAHIx4eyWEXwiwMHmvtQoJFMiSanVGTUmsKXVuWzAZh 76Go4xx/qgdBkEvOf7TZyBYZovJX9GALysTMyfqc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726460AbfJaBxK (ORCPT ); Wed, 30 Oct 2019 21:53:10 -0400 Received: from mail.kernel.org ([198.145.29.99]:56466 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725926AbfJaBxK (ORCPT ); Wed, 30 Oct 2019 21:53:10 -0400 Received: from localhost.localdomain (c-73-231-172-41.hsd1.ca.comcast.net [73.231.172.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7D3602080F; Thu, 31 Oct 2019 01:53:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1572486787; bh=URBSmu6OiJ+FEUgwhQ/RHgs7YGynWuZQ6yJNH/NdOYo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=iGKfW31d7qGcARhBSAzQxOBLQn/dCL82lvBprLnWzX5XoAwPnoF2RrQ1HG2Bu6meu +34QEr984x+fQw75FaA/ijzSXqwVHQ8Sei9CzsTHjH/tQHOb1GcR6oXscfByuZ9Ksj jQ/Hm/HTZ9CLc++H+jpMq2wBLrUC3z6tg8Wr9fPw= Date: Wed, 30 Oct 2019 18:53:06 -0700 From: Andrew Morton To: Masahiro Yamada Cc: linux-arch , linux-s390 , Linux Kernel Mailing List , linux-mips@vger.kernel.org, X86 ML , Arnd Bergmann , sparclinux , linuxppc-dev Subject: Re: [PATCH 1/3] arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained Message-Id: <20191030185306.a75acc68ed2b911970ccd4b8@linux-foundation.org> In-Reply-To: References: <20191030063855.9989-1-yamada.masahiro@socionext.com> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Thu, 31 Oct 2019 10:33:00 +0900 Masahiro Yamada wrote: > Hi Andrew, > > I think this patch has already been picked up to your tree, > but I noticed a typo in the commit message just now. > Please see below. > > ... > > > Include to make it self-contained, and add it to > > Include to make ... > > Could you please fix it up locally? No probs, done.