From patchwork Sun Sep 29 18:16:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Jean Texier X-Patchwork-Id: 1169074 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=koncepto.io Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=koncepto.io header.i=@koncepto.io header.b="M0AvbBNv"; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 46hDHd37htz9sP7 for ; Mon, 30 Sep 2019 04:16:12 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 22C8887592; Sun, 29 Sep 2019 18:16:10 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id desL36pgxFvq; Sun, 29 Sep 2019 18:16:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 62E158757F; Sun, 29 Sep 2019 18:16:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 75F7C1BF5A1 for ; Sun, 29 Sep 2019 18:16:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 708D384D62 for ; Sun, 29 Sep 2019 18:16:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8MuY5-ZKzQXZ for ; Sun, 29 Sep 2019 18:16:07 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from koncepto.io (koncepto.io [195.154.119.111]) by fraxinus.osuosl.org (Postfix) with ESMTPS id AF77584D11 for ; Sun, 29 Sep 2019 18:16:07 +0000 (UTC) Received: from menoah.home (lfbn-1-6734-38.w90-120.abo.wanadoo.fr [90.120.168.38]) by koncepto.io (Postfix) with ESMTPSA id 59EF860257; Sun, 29 Sep 2019 20:16:06 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=koncepto.io; s=default; t=1569780966; bh=f5/CD8wGjYeoGDfJAZmYltChi6M1U1sQoY1pCECUWEo=; h=From:To:Cc:Subject:Date:From; b=M0AvbBNvs+TY3WqGIC8muNe/qik5CGGa10XFplW1oupdlcH8S39UBJVCCmxxJj1v2 I1OwIUoaYEJLBhrvyAUOlg6lRY6/8SmODJvEOYKhxRkqkiuzdPOpmsLIqS32qxiL6P qb2Pz+CxL+SWw5HaFVR/SSmH+jcVbq2fTR1qiBhGnq88E5wiWIgOu3Yh5kNCbVjwXU MNjNdc20/sB4p1MqETmwXvmpfcKGEOV1PSKHxQ3XMzqkfGd2U0uTwk9YhaA9eVL929 AYnjiDMid2WgV65gumVi5XAAPmu+B5kXvVmgBZw2kVlG0LkpXC8z6b1CQF1qT5CbDQ 5dL0PSFvgs8ZA== From: Pierre-Jean Texier To: buildroot@buildroot.org Date: Sun, 29 Sep 2019 20:16:05 +0200 Message-Id: <1569780965-1224-1-git-send-email-pjtexier@koncepto.io> X-Mailer: git-send-email 2.7.4 Subject: [Buildroot] [PATCH] linux: fix indentation X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Pierre-Jean Texier MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: $: ./utils/check-package linux/* linux/linux.mk:528: expected indent with tabs 1318 lines processed 1 warnings generated Signed-off-by: Pierre-Jean Texier Acked-by: Yann E. MORIN --- linux/linux.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/linux.mk b/linux/linux.mk index b9e7210..89ac31c 100644 --- a/linux/linux.mk +++ b/linux/linux.mk @@ -525,7 +525,7 @@ include $(sort $(wildcard linux/linux-ext-*.mk)) # Import linux-kernel-extensions from br2-externals include $(sort $(wildcard $(foreach ext,$(BR2_EXTERNAL_DIRS), \ - $(ext)/linux/linux-ext-*.mk))) + $(ext)/linux/linux-ext-*.mk))) LINUX_PATCH_DEPENDENCIES += $(foreach ext,$(LINUX_EXTENSIONS),\ $(if $(BR2_LINUX_KERNEL_EXT_$(call UPPERCASE,$(ext))),$(ext)))