瀏覽代碼

mfd: Fix twl4030-irq typo

overwriten -> overwritten

Signed-off-by: NeilBrown <neilb@suse.de>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
NeilBrown 13 年之前
父節點
當前提交
c9531227b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/mfd/twl4030-irq.c

+ 1 - 1
drivers/mfd/twl4030-irq.c

@@ -492,7 +492,7 @@ static void twl4030_sih_bus_sync_unlock(struct irq_data *data)
 			u8	bytes[4];
 			u8	bytes[4];
 		} imr;
 		} imr;
 
 
-		/* byte[0] gets overwriten as we write ... */
+		/* byte[0] gets overwritten as we write ... */
 		imr.word = cpu_to_le32(agent->imr << 8);
 		imr.word = cpu_to_le32(agent->imr << 8);
 		agent->imr_change_pending = false;
 		agent->imr_change_pending = false;