From patchwork Wed Nov 10 12:16:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Patchwork-Id: 12612059 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 73C35C433F5 for ; Wed, 10 Nov 2021 12:17:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57ABB61247 for ; Wed, 10 Nov 2021 12:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231408AbhKJMTv (ORCPT ); Wed, 10 Nov 2021 07:19:51 -0500 Received: from todd.t-8ch.de ([159.69.126.157]:35805 "EHLO todd.t-8ch.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229653AbhKJMTv (ORCPT ); Wed, 10 Nov 2021 07:19:51 -0500 From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=weissschuh.net; s=mail; t=1636546622; bh=GHoGBpI/7Ww3lV2tjGUcrMHObJ3JBrS7JijlpX7Q/W0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=SMEEjlwpDHPfsZB+lGcohnS+GvUJBoeUfiV/kpxHOiq5xRLQyi8ml327+0vUHtQ/U 8IE4mjJs7ZOE1n6/PCWk2Cy/dcpritoiDI0O8It6jMU1c6l6zVGhJnK6XcSeSjVqlh v7eroqFV+QPVDOMc4w+2BFhRJA6XnPKYGoD2i8Hk= To: Jiri Kosina , linux-input@vger.kernel.org Cc: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= , Stephen Rothwell , Benjamin Tissoires , linux-kernel@vger.kernel.org, linux-next@vger.kernel.org Subject: [PATCH] mod_devicetable: fix kdocs for ishtp_device_id Date: Wed, 10 Nov 2021 13:16:55 +0100 Message-Id: <20211110121655.675664-1-linux@weissschuh.net> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211110150639.7db57ae2@canb.auug.org.au> References: <20211110150639.7db57ae2@canb.auug.org.au> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org The kdocs were copied from another device_id struct and not adapted. Fixes: fa443bc3c1e4 ("HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()") Signed-off-by: Thomas Weißschuh --- include/linux/mod_devicetable.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) base-commit: 7fb0413baa7f8a04caef0c504df9af7e0623d296 diff --git a/include/linux/mod_devicetable.h b/include/linux/mod_devicetable.h index befbf53c4b7c..c70abe7aaef2 100644 --- a/include/linux/mod_devicetable.h +++ b/include/linux/mod_devicetable.h @@ -901,8 +901,7 @@ struct dfl_device_id { /** * struct ishtp_device_id - ISHTP device identifier - * @guid_string: 36 char string of the form fa50ff2b-f2e8-45de-83fa-65417f2f49ba - * @context: pointer to driver specific data + * @guid: GUID of the device. */ struct ishtp_device_id { guid_t guid;