From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755599AbbINRWi (ORCPT ); Mon, 14 Sep 2015 13:22:38 -0400 Received: from tex.lwn.net ([70.33.254.29]:43788 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755321AbbINRWh (ORCPT ); Mon, 14 Sep 2015 13:22:37 -0400 Date: Mon, 14 Sep 2015 11:22:36 -0600 From: Jonathan Corbet To: Andrew Morton Cc: LKML , Jan Kara Subject: [PATCH] mm: fix docbook comment for get_vaddr_frames() Message-ID: <20150914112236.18e3f2d0@lwn.net> Organization: LWN.net MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org get_vaddr_frames() has a comment that's *almost* a docbook comment; add the missing star so that the tools will find it properly. Signed-off-by: Jonathan Corbet --- mm/frame_vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/frame_vector.c b/mm/frame_vector.c index cdabcb9..7cf2b71 100644 --- a/mm/frame_vector.c +++ b/mm/frame_vector.c @@ -7,7 +7,7 @@ #include #include -/* +/** * get_vaddr_frames() - map virtual addresses to pfns * @start: starting user address * @nr_frames: number of pages / pfns from start to map -- 2.5.1