From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759007AbZEaP1R (ORCPT ); Sun, 31 May 2009 11:27:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755679AbZEaP1F (ORCPT ); Sun, 31 May 2009 11:27:05 -0400 Received: from smtp.wellnetcz.com ([212.24.148.102]:55030 "EHLO smtp.wellnetcz.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755130AbZEaP1E (ORCPT ); Sun, 31 May 2009 11:27:04 -0400 From: Jiri Slaby To: akpm@linux-foundation.org Cc: linux-kernel@vger.kernel.org, Jiri Slaby Subject: [PATCH 1/1] rapidio: fix kerneldoc for rio_mem_ops Date: Sun, 31 May 2009 17:25:38 +0200 Message-Id: <1243783538-18770-1-git-send-email-jirislaby@gmail.com> X-Mailer: git-send-email 1.6.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Add structure name to the kerneldoc comment, so that we won't get a kdoc error: Error(include/linux/rio.h:336): cannot understand prototype: 'struct rio_mem_ops ' Signed-off-by: Jiri Slaby --- include/linux/rio.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/rio.h b/include/linux/rio.h index dd61538..9710506 100644 --- a/include/linux/rio.h +++ b/include/linux/rio.h @@ -327,7 +327,7 @@ extern struct resource rio_resource; #define release_rio_region(start, n) __release_region(&rio_resource, (start), (n)) /** - * Struct for RIO memory definition. + * struct rio_mem_ops - struct for RIO memory definition. * @map_inb: The function for mapping inbound memory window. * @map_outb: The function for mapping outbound memory window. * @unmap_inb: The function for unmapping inbound memory window. -- 1.6.3