Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: fix comment

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Cc: Mika Westerberg <mika.westerberg@linux.intel.com>
Cc: Samuel Ortiz <sameo@linux.intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Antonio Ospite and committed by
Jiri Kosina
b39fc890 2fba5376

+1 -1
+1 -1
drivers/mfd/intel_msic.c
··· 27 27 28 28 /* 29 29 * MSIC interrupt tree is readable from SRAM at INTEL_MSIC_IRQ_PHYS_BASE. 30 - * Since IRQ block starts from address 0x002 we need to substract that from 30 + * Since IRQ block starts from address 0x002 we need to subtract that from 31 31 * the actual IRQ status register address. 32 32 */ 33 33 #define MSIC_IRQ_STATUS(x) (INTEL_MSIC_IRQ_PHYS_BASE + ((x) - 2))