From: Michael Reed Date: Fri, 4 Aug 2006 17:09:24 +0000 (-0500) Subject: [SCSI] scsi_queue_work() documented return value is incorrect X-Git-Tag: v2.6.19-rc1~1266^2~19^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd7e2f2266acf66ec882baa6fbd79f853b5fe966;p=pandora-kernel.git [SCSI] scsi_queue_work() documented return value is incorrect If you examine the queue_work() routine you'll see that it returns 1 on success, 0 if the work is already queued. This patch corrects the source code documentation for the scsi_queue_work function. Signed-off-by: Michael Reed Signed-off-by: James Bottomley --- Reading git-diff-tree failed