* Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> [2006-02-20 13:33]: > > -static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd * sp); > > +static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd *sp); > ACK. [MIPS] Remove space before pointer - sync with Linus tree Signed-off-by: Martin Michlmayr <tbm@xxxxxxxxxx> Acked-by: Maciej W. Rozycki <macro@xxxxxxxxxxxxxx> --- diff --git a/drivers/scsi/dec_esp.c b/drivers/scsi/dec_esp.c index e755664..4b86685 100644 --- a/drivers/scsi/dec_esp.c +++ b/drivers/scsi/dec_esp.c @@ -55,7 +55,7 @@ static int dma_bytes_sent(struct NCR_ESP *esp, int fifo_count); static void dma_drain(struct NCR_ESP *esp); -static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd * sp); +static int dma_can_transfer(struct NCR_ESP *esp, struct scsi_cmnd *sp); static void dma_dump_state(struct NCR_ESP *esp); static void dma_init_read(struct NCR_ESP *esp, u32 vaddress, int length); static void dma_init_write(struct NCR_ESP *esp, u32 vaddress, int length); -- Martin Michlmayr http://www.cyrius.com/