浏览代码

dt-bindings: i2c: Fix SMBus typo

Fix typo 'SMbus' to 'SMBus'

Signed-off-by: sim manseop <semtax33@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
sim manseop 7 年之前
父节点
当前提交
483a5d22bc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/devicetree/bindings/i2c/i2c.txt

+ 1 - 1
Documentation/devicetree/bindings/i2c/i2c.txt

@@ -84,7 +84,7 @@ Binding may contain optional "interrupts" property, describing interrupts
 used by the device. I2C core will assign "irq" interrupt (or the very first
 used by the device. I2C core will assign "irq" interrupt (or the very first
 interrupt if not using interrupt names) as primary interrupt for the slave.
 interrupt if not using interrupt names) as primary interrupt for the slave.
 
 
-Alternatively, devices supporting SMbus Host Notify, and connected to
+Alternatively, devices supporting SMBus Host Notify, and connected to
 adapters that support this feature, may use "host-notify" property. I2C
 adapters that support this feature, may use "host-notify" property. I2C
 core will create a virtual interrupt for Host Notify and assign it as
 core will create a virtual interrupt for Host Notify and assign it as
 primary interrupt for the slave.
 primary interrupt for the slave.