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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 41518C433E0 for ; Mon, 1 Mar 2021 14:42:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 02FE264DBA for ; Mon, 1 Mar 2021 14:42:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236483AbhCAOl4 (ORCPT ); Mon, 1 Mar 2021 09:41:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234639AbhCAOly (ORCPT ); Mon, 1 Mar 2021 09:41:54 -0500 Received: from mail-lj1-x22d.google.com (mail-lj1-x22d.google.com [IPv6:2a00:1450:4864:20::22d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 55294C061788 for ; Mon, 1 Mar 2021 06:41:14 -0800 (PST) Received: by mail-lj1-x22d.google.com with SMTP id k12so10657089ljg.9 for ; Mon, 01 Mar 2021 06:41:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oQHOCamLVrBefwufRiy5HU/E3AUjzZBUCizdUCoqKsc=; b=WIJFuYqpapaqFwvO9JFT6AAZi9S6uqxo754yC8msLiyL2gmrh8AIyddisgHDo530fx cqjfdvCHPWku2SNqQG6OGQ3pqcvQOST2jCoEStnuSraVWNHp76TzmvdDi0anWN1c6CZ/ oKWn/JlHo+xeMAUJ459QRGzvs9Q2ZFhu7FUj3C40LbBZxn9ArzQ1YT8MkGxQprhgFP7A Kt8SFMP/C93C1lg2M9+T3UWehs83MORFdp1VgA+zaPiyMIQC+TMxUFZKYOhF0yOVRUXT xjTIe0kjPW9nyZYYgmVPPiBDygKbNf7HInMjTFQfxGdb5g0bLV7Nh01H2qigjDduyenS Lzeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oQHOCamLVrBefwufRiy5HU/E3AUjzZBUCizdUCoqKsc=; b=YspksPmJuVJT60xTlnZEpCC3uZXh5znE7QmF7nLJIuzl9vamaorctDkio6L1JhDI34 4tDDcV++L7BqPgCKqAQSndRqBeWtfEgH3GC9zjbo0yBgcUK5eRF2bmelq7CrZvnvfeT7 BqkKcsS+1aVwmmbCqu3r5RklWYNh4A240NCV3bNZMmfhxLvy/BwTX+fYwbhGCSdaAwpq ehL5cKtbAKYx1hOnL6ijyo/eWvne9vK3iQQb1iqmckFBccJfQXG2r6TpTJNeeMnyaEH1 gGGEWNcyJKDSsQExIWApOv/6Q8Vv24d1NLErOKlXrKxCqOTz6aoYlTq+DUGJJsyuw+d6 jsOg== X-Gm-Message-State: AOAM532bI/Vp3Sr3J5wgRaafczZMauXUqECx213Hdr9pydgDfbCDaPTI Rjoum2+PO7ccZHHHHq+HoiybzE7SJHupo0CifS0iAuT9vs4= X-Google-Smtp-Source: ABdhPJz+reTjyQve2V5YBMUITRz/pswBvIz/TpjH+zQKPEYyW2zJgDIAn7Ude42SHhV0tSGPR8WEeWLGAbRaMK4/Yew= X-Received: by 2002:a2e:9004:: with SMTP id h4mr6081568ljg.326.1614609672923; Mon, 01 Mar 2021 06:41:12 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Walleij Date: Mon, 1 Mar 2021 15:41:01 +0100 Message-ID: Subject: Re: [PATCH 04/11] pragma once: convert drivers/gpu/drm/pl111/pl111_nomadik.h To: Alexey Dobriyan Cc: Linus Torvalds , "linux-kernel@vger.kernel.org" , Andrew Morton Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 28, 2021 at 6:00 PM Alexey Dobriyan wrote: > From fe8504a1a0b5352cbc676b933c3dbb79ae9f59c9 Mon Sep 17 00:00:00 2001 > From: Alexey Dobriyan > Date: Tue, 9 Feb 2021 16:50:24 +0300 > Subject: [PATCH 04/11] pragma once: convert drivers/gpu/drm/pl111/pl111_nomadik.h > > This file has broken include guard, convert it manually. > > Signed-off-by: Alexey Dobriyan Yeah that's right, I wonder how this happened. Reviewed-by: Linus Walleij Yours, Linus Walleij