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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0C770C61DA4 for ; Fri, 3 Feb 2023 12:22:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232775AbjBCMWo (ORCPT ); Fri, 3 Feb 2023 07:22:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33866 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232760AbjBCMWm (ORCPT ); Fri, 3 Feb 2023 07:22:42 -0500 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 038669E9C7; Fri, 3 Feb 2023 04:22:38 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id B3B2C345FD; Fri, 3 Feb 2023 12:22:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1675426956; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=G+APx1/551nbZhYh9Oe6K7Hv17IGtCGwgzdzLU9/Pa8=; b=d8stXQ8VJQCgmpH53Ztp5ttCgXWCin0IkWy6GwyoVD1AaO32d5c7Gm5oS3VYRxeg7kKwWI /3oc8lmV1jG99ldJjspz1BlYB8ma4gbxCr2ZgAKdoqmzLPv/l9N7jbRArzH18XxH6HxrVC JxLuyFAWnDA423bl9locZrx5jN4biv0= Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id BA0D81358A; Fri, 3 Feb 2023 12:22:33 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id IpBAIIn83GNWZQAAMHmgww (envelope-from ); Fri, 03 Feb 2023 12:22:33 +0000 From: Marcos Paulo de Souza To: mcgrof@kernel.org, linux-modules@vger.kernel.org, linux-kernel@vger.kernel.org, live-patching@vger.kernel.org, linux-doc@vger.kernel.org, jpoimboe@kernel.org, mbenes@suse.cz, joe.lawrence@redhat.com, corbet@lwn.net, pmladek@suse.com Cc: Marcos Paulo de Souza Subject: [PATCH v2] Document klp_modinfo using kdoc Date: Fri, 3 Feb 2023 09:22:20 -0300 Message-Id: <20230203122222.1907-1-mpdesouza@suse.com> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Originally it was only one patch, but it was divided in two. The second one removed the local declaration to klp_modinfo and also refers to it using kdoc format. Changes from v1: * Use kdoc (Luis) Original commit message: The struct members description can be found on Documentation/livepatch/module-elf-format.rst, but for a developer it's easier to search for such information looking at the struct definition. Marcos Paulo de Souza (2): module.h: Document klp_modinfo struct using kdoc Documentation: livepatch: module-elf-format: Remove local klp_modinfo definition Documentation/livepatch/module-elf-format.rst | 11 ++--------- include/linux/module.h | 8 ++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) -- 2.39.1