From patchwork Wed Oct 10 07:52:28 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 10634165 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0C88769B4 for ; Wed, 10 Oct 2018 07:52:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 017D7296D3 for ; Wed, 10 Oct 2018 07:52:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E9BA629721; Wed, 10 Oct 2018 07:52:35 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 80C62296D3 for ; Wed, 10 Oct 2018 07:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726492AbeJJPNa (ORCPT ); Wed, 10 Oct 2018 11:13:30 -0400 Received: from mail-lf1-f67.google.com ([209.85.167.67]:41034 "EHLO mail-lf1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726206AbeJJPNa (ORCPT ); Wed, 10 Oct 2018 11:13:30 -0400 Received: by mail-lf1-f67.google.com with SMTP id q39-v6so3218578lfi.8 for ; Wed, 10 Oct 2018 00:52:33 -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; bh=N7hEVQwqq/MDKBEb1RWR0DRrUG+hswbkrxBjX+4yF44=; b=UX5UhVVpNw/ZnCHzuFMSMkeIu9eP4EXxbHqkO0tnrdo5Mc14zJBNA+Neu/zO86v51p 8X6HhO+pR+Mmo/99VeNhT1ozzG/o+S84I5xLS8tMDyRF+RDolQUwaWWHPNCmk0pIGsVP /0N25FqKNmtntEDpL4a/5Z0glzJ4vQJCwTEK0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=N7hEVQwqq/MDKBEb1RWR0DRrUG+hswbkrxBjX+4yF44=; b=ABzXn6Wzb1llK3d5uHj5g4tfOr7iy1GeRe3mY3eYFu5DYS5f3VjJAEwWogVkaTm0M2 kCUKoPg8YgQ+xTTntEjF0MPXTWkWTZBWwbQjl7d/rzfrsncVlSGq0NnNZGfGu6nZQc3h XcaoEatRLyLXT2VI/y035RDNDE2K4bccP9OMq2iHElQ/a9BEjbjj2c3zndwwEZSs95zq ygLWmms3voSevIyYqVaS1p2IiUJowoH1IJ8c8IQzGoNJg2fyKVkJL/vNAy42jiMKnVOr sKneuIR9pr/HzeBnenOcs4XXe0w46KxIqA8s/MSfJgj1cv5x9MMYfR0oGixLIeTErh+o GsVQ== X-Gm-Message-State: ABuFfojPH3Dbf+9dAJkPoS5dyjSYUS8uSx6rkUCGggU4E5iz8GVrUM2E d1O+hKey3xY5g1ZYrxE7mt4F4t1HPuo= X-Google-Smtp-Source: ACcGV63RbP5dpGMOi0x3ov2vTbuMMRj7Kzg0qdBdStbiS5naIVL9+FoebFBt06upUrQ8LLQkbMz+IQ== X-Received: by 2002:a19:a3d1:: with SMTP id m200-v6mr16415326lfe.38.1539157952574; Wed, 10 Oct 2018 00:52:32 -0700 (PDT) Received: from genomnajs.ideon.se ([85.235.10.227]) by smtp.gmail.com with ESMTPSA id k19-v6sm4915338lfi.51.2018.10.10.00.52.31 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 10 Oct 2018 00:52:31 -0700 (PDT) From: Linus Walleij To: Dmitry Torokhov , linux-input@vger.kernel.org Cc: Linus Walleij Subject: [PATCH] Input: Fix DIR-685 touchkeys MAINTAINERS entry Date: Wed, 10 Oct 2018 09:52:28 +0200 Message-Id: <20181010075228.16718-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.17.1 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The path was incomplete, fix it. Reported-by: Joe Perches Signed-off-by: Linus Walleij --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index cc5423c664fc..dcc50657565d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4066,7 +4066,7 @@ D-LINK DIR-685 TOUCHKEYS DRIVER M: Linus Walleij L: linux-input@vger.kernel.org S: Supported -F: drivers/input/dlink-dir685-touchkeys.c +F: drivers/input/keyboard/dlink-dir685-touchkeys.c DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK M: Joshua Kinard