Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030286AbWAaDSS (ORCPT ); Mon, 30 Jan 2006 22:18:18 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030285AbWAaDSS (ORCPT ); Mon, 30 Jan 2006 22:18:18 -0500 Received: from spooner.celestial.com ([192.136.111.35]:26079 "EHLO spooner.celestial.com") by vger.kernel.org with ESMTP id S1030280AbWAaDSR (ORCPT ); Mon, 30 Jan 2006 22:18:17 -0500 Date: Mon, 30 Jan 2006 22:24:24 -0500 From: Kurt Wall To: LKML Cc: jgarzik@pobox.com, linux-ide@vger.kernel.org Subject: Fix make mandocs on libata-scsi.c Message-ID: <20060131032424.GP1501@kurtwerks.com> Mail-Followup-To: LKML , jgarzik@pobox.com, linux-ide@vger.kernel.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Operating-System: Linux 2.6.16-rc1krw X-Woot: Woot! Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1100 Lines: 28 "make mandocs" complains when on libata-scsi.c because ata_scsi_simulate() has undescribed parameters. This patch adds silences this warnings by adding descriptions for the undescribed parameters. Signed-off-by: Kurt Wall --- ./linux-2.6.16-rc1/drivers/scsi/libata-scsi.c.orig 2006-01-21 09:30:59.000000000 -0500 +++ ./linux-2.6.16-rc1/drivers/scsi/libata-scsi.c 2006-01-30 22:04:56.000000000 -0500 @@ -2492,7 +2492,8 @@ /** * ata_scsi_simulate - simulate SCSI command on ATA device - * @id: current IDENTIFY data for target device. + * @ap: Port to which command is being sent + * @dev: Device to which to send command * @cmd: SCSI command being sent to device. * @done: SCSI command completion function. * -- You can learn many things from children. How much patience you have, for instance. -- Franklin P. Jones - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/