merge by hand - fix up rejections in Documentation/DocBook/Makefile

This commit is contained in:
James Bottomley
2005-05-20 15:27:44 -05:00
1282 changed files with 32304 additions and 15748 deletions

View File

@@ -582,7 +582,7 @@ static int scsi_request_sense(struct scsi_cmnd *scmd)
memcpy(scmd->cmnd, generic_sense, sizeof(generic_sense));
scsi_result = kmalloc(252, GFP_ATOMIC | (scmd->device->host->hostt->unchecked_isa_dma) ? __GFP_DMA : 0);
scsi_result = kmalloc(252, GFP_ATOMIC | ((scmd->device->host->hostt->unchecked_isa_dma) ? __GFP_DMA : 0));
if (unlikely(!scsi_result)) {