You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Spelling fixes: lenght->length
Signed-off-by: Paulius Zaleckas <pauliusz@yahoo.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
committed by
Adrian Bunk
parent
0cadfc0953
commit
efad798b9f
@@ -179,7 +179,7 @@ static irqreturn_t smu_db_intr(int irq, void *arg)
|
||||
/* CPU might have brought back the cache line, so we need
|
||||
* to flush again before peeking at the SMU response. We
|
||||
* flush the entire buffer for now as we haven't read the
|
||||
* reply lenght (it's only 2 cache lines anyway)
|
||||
* reply length (it's only 2 cache lines anyway)
|
||||
*/
|
||||
faddr = (unsigned long)smu->cmd_buf;
|
||||
flush_inval_dcache_range(faddr, faddr + 256);
|
||||
|
||||
Reference in New Issue
Block a user