From patchwork Mon Sep 19 09:34:20 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 9338913 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id AEC3D6022E for ; Mon, 19 Sep 2016 09:42:56 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9E64D28BEC for ; Mon, 19 Sep 2016 09:42:56 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 92A7728EA2; Mon, 19 Sep 2016 09:42:56 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 388B728BEC for ; Mon, 19 Sep 2016 09:42:56 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1blv4q-0001Qa-7W; Mon, 19 Sep 2016 09:41:28 +0000 Received: from mail-lf0-x22e.google.com ([2a00:1450:4010:c07::22e]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1blv4i-0000vA-UH for linux-arm-kernel@lists.infradead.org; Mon, 19 Sep 2016 09:41:22 +0000 Received: by mail-lf0-x22e.google.com with SMTP id y6so30065475lff.1 for ; Mon, 19 Sep 2016 02:41:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/Q9bckoJ3mRNGDWFiVEJQFwqt8lLyl42cE04re/OfaM=; b=QwGuREiyjSJLDQEw6YHjlmg1QkQbww35VBINKJHcrxAn4XIZJPrjA+SLfl9pY81aui JcW4sNkBgIRsiSAokn75TLe5160zCrDBtLURCPXROuZP0i6t1Dk0RK7NZlOnAlDM21nP YRNVRG8u1PupazzrrH4ODWabvmywC0GzELurA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=/Q9bckoJ3mRNGDWFiVEJQFwqt8lLyl42cE04re/OfaM=; b=dVZ5moyLLVSZqsxEMZG9LI6FkgobslcpCnJVCdF55nWo8cLrFznqSFU/2uNTQI5Vlq D2D8frDEx5XBv5mwOu8nZoeNmnvOIsAx+DPVAbHIuWnDFRks+Cp333qoN7T/FfDNA+J3 oYQ6B1HRD/dnTqTKsptLaVLddzcu7Asvzdiy4+gO/dcv0kZT2tCOHQMPTUjawV7kQa0P jjuPqXaEpgMhqOTSbry4wRHW5aectfKryExTGQpj/to9/340atSHT68Zt1EWk/SsvBmk gCsmRY4nLXtKvSL7yMni2GU/Z6Qbztwc1de0yOTWQnna5of10aKhRJlMPhgQYO1lfl6u SUKw== X-Gm-Message-State: AE9vXwOd5qfX+wYv8dk/WMxA2MsBZVILAFm+p0lbLWpuA3T2XMumaanHbgjVwORro/H0RtFx X-Received: by 10.194.84.67 with SMTP id w3mr23765456wjy.148.1474277670049; Mon, 19 Sep 2016 02:34:30 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id 137sm21119431wmi.16.2016.09.19.02.34.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 19 Sep 2016 02:34:28 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, airlied@linux.ie, kraxel@redhat.com, vinod.koul@intel.com, sfr@canb.auug.org.au, bjorn.andersson@linaro.org Subject: [PATCH 2/2] drm/virtio: kconfig: Fixup white space. Date: Mon, 19 Sep 2016 10:34:20 +0100 Message-Id: <1474277660-5196-3-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1474277660-5196-1-git-send-email-peter.griffin@linaro.org> References: <1474277660-5196-1-git-send-email-peter.griffin@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160919_024121_689369_8A9DDF1D X-CRM114-Status: GOOD ( 10.89 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.griffin@linaro.org, lee.jones@linaro.org, dri-devel@lists.freedesktop.org, virtualization@lists.linux-foundation.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Use tabs instead of spaces. Signed-off-by: Peter Griffin Acked-by: Lee Jones --- drivers/gpu/drm/virtio/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/virtio/Kconfig b/drivers/gpu/drm/virtio/Kconfig index 90357d9..2d83932 100644 --- a/drivers/gpu/drm/virtio/Kconfig +++ b/drivers/gpu/drm/virtio/Kconfig @@ -2,10 +2,10 @@ config DRM_VIRTIO_GPU tristate "Virtio GPU driver" depends on DRM select VIRTIO - select DRM_KMS_HELPER - select DRM_TTM + select DRM_KMS_HELPER + select DRM_TTM help This is the virtual GPU driver for virtio. It can be used with - QEMU based VMMs (like KVM or Xen). + QEMU based VMMs (like KVM or Xen). If unsure say M.