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=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D6609C10F14 for ; Fri, 4 Oct 2019 02:29:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A9282208E3 for ; Fri, 4 Oct 2019 02:29:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=nifty.com header.i=@nifty.com header.b="rzFof5MN" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731665AbfJDC33 (ORCPT ); Thu, 3 Oct 2019 22:29:29 -0400 Received: from condef-06.nifty.com ([202.248.20.71]:50246 "EHLO condef-06.nifty.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731522AbfJDC33 (ORCPT ); Thu, 3 Oct 2019 22:29:29 -0400 Received: from conssluserg-01.nifty.com ([10.126.8.80])by condef-06.nifty.com with ESMTP id x942LcCe026060 for ; Fri, 4 Oct 2019 11:21:38 +0900 Received: from mail-vs1-f51.google.com (mail-vs1-f51.google.com [209.85.217.51]) (authenticated) by conssluserg-01.nifty.com with ESMTP id x942LF7H020759; Fri, 4 Oct 2019 11:21:16 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-01.nifty.com x942LF7H020759 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.com; s=dec2015msa; t=1570155676; bh=yQV8E+kYwQMqXpPK+bnNslq9E1FcMlOvqPOfvzXa82A=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=rzFof5MN93kg6B9qyakuN+x8ondTZdGexUwDVqE8V7LBMlb2+vF1MbnJD/p2N3hqP LaUZ5tlB1xX0HWD8N++M0eyCLVnEX4xvUhmSvtLil+HKfeOGmiL94W5mmfyRGsCO+c E/iKLLO0m4SA19LgGbYf04X3Ardwp7eJe5iecnhkkDqiTN3SWT9zggyLHw2LmaHL/1 /K/uutfXMLM/kR0BESbIrWrmTJnRbjEULZVVx9aSs5ILirWs71XkEW6sX0OufbZI5u jyWAruRqi09kD2MVdBwmLh4uCBtCRJ0CUWjn+EDGa1dSrVGgvQa7asiM3+hZAnj+jG BCSGjyFuSXkiw== X-Nifty-SrcIP: [209.85.217.51] Received: by mail-vs1-f51.google.com with SMTP id p13so3136277vsr.4; Thu, 03 Oct 2019 19:21:16 -0700 (PDT) X-Gm-Message-State: APjAAAWTEJ8k+Wn/nx57H+MrfcAueHa4+sAW302zLcCzILsDU4c/fdkE jAgpVjvT5Gi3smPXkeBiMd2MKzf1gFPM4EIJKws= X-Google-Smtp-Source: APXvYqwfAPtBQ7UpkFqr3WbJqWqYxUja7ofO70RoTDKEQ6FFsmYA7fc6EDiVC3CKneNFLGfDT/wakBUsCJnqJjMrEfo= X-Received: by 2002:a67:ec09:: with SMTP id d9mr6793354vso.215.1570155675023; Thu, 03 Oct 2019 19:21:15 -0700 (PDT) MIME-Version: 1.0 References: <20190728164643.16335-1-yamada.masahiro@socionext.com> In-Reply-To: From: Masahiro Yamada Date: Fri, 4 Oct 2019 11:20:38 +0900 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] scsi: ch: add include guard to chio.h To: "Martin K. Petersen" Cc: "James E . J . Bottomley" , linux-scsi , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-scsi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-scsi@vger.kernel.org Hi Martin, On Fri, Oct 4, 2019 at 10:59 AM Martin K. Petersen wrote: > > > Masahiro, > > >> Add a header include guard just in case. > > Fine with me. Is it going through your tree or should I pick it up? Could you please apply it to your tree? Thanks. -- Best Regards Masahiro Yamada