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 X-Spam-Level: X-Spam-Status: No, score=-18.9 required=3.0 tests=BAYES_00,DKIMWL_WL_MED, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1,USER_IN_DEF_DKIM_WL autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6D0AEC2D0A3 for ; Fri, 6 Nov 2020 09:22:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id F0F0F20A8B for ; Fri, 6 Nov 2020 09:22:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="pdAwI7BY" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726535AbgKFJWA (ORCPT ); Fri, 6 Nov 2020 04:22:00 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726127AbgKFJV7 (ORCPT ); Fri, 6 Nov 2020 04:21:59 -0500 Received: from mail-wm1-x342.google.com (mail-wm1-x342.google.com [IPv6:2a00:1450:4864:20::342]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA490C0613CF for ; Fri, 6 Nov 2020 01:21:58 -0800 (PST) Received: by mail-wm1-x342.google.com with SMTP id c18so666872wme.2 for ; Fri, 06 Nov 2020 01:21:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=xECvU3FABW/JOy42DkSlWBBqPmissQ1l6KjhuN6QHIU=; b=pdAwI7BYqw4StZpHSFZKv+L6PzoWG/hoCfzm4OU7rH558yG14ilYq4pn2GWJKpgVva oog/PG+iCURp9tbIpr9JIckEWRMdS4GInF0lZuyh4qm0bsGU1sE5Qxoqm5ww86slNp7H nENeR54k/onAibjIBl/i2LRXPwTAS5tukAVtQH/T3CqQXe1aqPXHNPmW5AxJKxpWDEde AypeC6Mxi0SkQuUNunJfQrY9wwX9RdeH37FuLo47Z3xnXq5tRmlNQC+Acbo9M66zviIq ulEq63NINRvkWrDQgNEWz3Xe8ZPjaffZ0YLLQAKOqdpC2Pmh4FSRhIBQXYiZhtc4PFl2 ApLw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=xECvU3FABW/JOy42DkSlWBBqPmissQ1l6KjhuN6QHIU=; b=e67SeBPQoWN4Gi89lCkstvYAb5aAq73XTnwVErhjrk2mVKDQ6u/6wlAroNty0hpUrp zItqw18Wtc8J2Rj0FH+HVhNsQJt3pSmuD3DMH+bMV7xgPGG4GQ5QVD+KvONyqtDLm8GG tnqU7zJBOgRJMZhilisaeTG+39bOv7IzlUFvdUKFeOMuqDv3VdGL719ATOaHh0AylVRo 0SgNQ1HctWTIHNx1pirHKxjmdsQTm+bu0iIrRYAUiDFsJt7vpK4fEbotnMdViOyKjKHv cU4hRK7KfFQ3SI5V3i/mGfEw+6jFll0Fyi4JfTBai+O3JV8Rct03r4kcIu3EeR/4QBZ7 mhRg== X-Gm-Message-State: AOAM533Z94u/neNJdVlvS/TKwiI6fahMjwE2LPQH9dCqzGwhggrPTGU4 kbgiuPxT+8GFt/EFqXKmdNWexpJvDDGZ/Q== X-Google-Smtp-Source: ABdhPJzR5L/dO2O73HTcfCIQpDJQ8LleKR3AxbKi8sQAidJ78vg4x75R19vbW8IAZJjymVkdFxjC1A== X-Received: by 2002:a1c:490b:: with SMTP id w11mr1347316wma.101.1604654517289; Fri, 06 Nov 2020 01:21:57 -0800 (PST) Received: from elver.google.com ([100.105.32.75]) by smtp.gmail.com with ESMTPSA id v123sm1383820wme.7.2020.11.06.01.21.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Nov 2020 01:21:56 -0800 (PST) Date: Fri, 6 Nov 2020 10:21:49 +0100 From: Marco Elver To: Andrew Morton , Stephen Rothwell Cc: Alexander Potapenko , Linux Kernel Mailing List , Linux Next Mailing List , linux-mm@kvack.org, kasan-dev@googlegroups.com Subject: [PATCH] kfence: Fix parameter description for kfence_object_start() Message-ID: <20201106092149.GA2851373@elver.google.com> References: <20201106172616.4a27b3b3@canb.auug.org.au> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201106172616.4a27b3b3@canb.auug.org.au> User-Agent: Mutt/1.14.6 (2020-07-11) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Describe parameter @addr correctly by delimiting with ':'. Reported-by: Stephen Rothwell Signed-off-by: Marco Elver --- include/linux/kfence.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/kfence.h b/include/linux/kfence.h index 98a97f9d43cd..76246889ecdb 100644 --- a/include/linux/kfence.h +++ b/include/linux/kfence.h @@ -125,7 +125,7 @@ size_t kfence_ksize(const void *addr); /** * kfence_object_start() - find the beginning of a KFENCE object - * @addr - address within a KFENCE-allocated object + * @addr: address within a KFENCE-allocated object * * Return: address of the beginning of the object. * -- 2.29.2.222.g5d2a92d10f8-goog