Message ID | 1d989f71fbebd15de633c187d88cb3be3a0f2723.1616971780.git.unixbhaskar@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | DMA: Mundane typo fixes | expand |
On 29-03-21, 05:23, Bhaskar Chowdhury wrote: > s/transferred/transfered/ > > This reverts commit a2ddb8aea8106bd5552f8516ad7a8a26b9282a8f. This is not upstream, why not squash in. Also would make sense to write sensible changelog and not phrases and use the right subsystem conventions! Droped the series now
On 22:59 Tue 30 Mar 2021, Vinod Koul wrote: >On 29-03-21, 05:23, Bhaskar Chowdhury wrote: >> s/transferred/transfered/ >> >> This reverts commit a2ddb8aea8106bd5552f8516ad7a8a26b9282a8f. > >This is not upstream, why not squash in. Also would make sense to write >sensible changelog and not phrases and use the right subsystem >conventions! > Changes like this don't deserve a history to tell, specific to changelog, one line is suffice. >Droped the series now > This is a bad commit slip in , not suppose to be there, thanks for catching it. Sorry for the noise. > >-- >~Vinod
diff --git a/drivers/dma/s3c24xx-dma.c b/drivers/dma/s3c24xx-dma.c index c98ae73cdcc3..8e14c72d03f0 100644 --- a/drivers/dma/s3c24xx-dma.c +++ b/drivers/dma/s3c24xx-dma.c @@ -156,7 +156,7 @@ struct s3c24xx_sg { * struct s3c24xx_txd - wrapper for struct dma_async_tx_descriptor * @vd: virtual DMA descriptor * @dsg_list: list of children sg's - * @at: sg currently being transferred + * @at: sg currently being transfered * @width: transfer width * @disrcc: value for source control register * @didstc: value for destination control register