commit | dd7e2f2266acf66ec882baa6fbd79f853b5fe966 | [log] [tgz] |
---|---|---|
author | Michael Reed <mdr@sgi.com> | Fri Aug 04 12:09:24 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | Sun Aug 06 11:36:23 2006 -0500 |
tree | 1bfcc0c3e31c08d7a82cf88f6ae48e30298bebdb | |
parent | 9e5c50fa8686ede7c37b939a0b950df50346eb3d [diff] |
[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 <mdr@sgi.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>