From: Sachin Kamat Date: Mon, 10 Dec 2012 00:45:55 +0000 (+0900) Subject: pinctrl: samsung: Fix a typo in pinctrl-samsung.h X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=88f2324fa99de208096425b8290186b9ab434612;p=linux-beck.git pinctrl: samsung: Fix a typo in pinctrl-samsung.h struct samsung_pin_bank does not have a member called reg_offset. It should be pctl_offset instead. Signed-off-by: Sachin Kamat Acked-by: Linus Walleij Signed-off-by: Kukjin Kim --- diff --git a/drivers/pinctrl/pinctrl-samsung.h b/drivers/pinctrl/pinctrl-samsung.h index 5addfd16e3cc..e2d4e67f7e88 100644 --- a/drivers/pinctrl/pinctrl-samsung.h +++ b/drivers/pinctrl/pinctrl-samsung.h @@ -104,7 +104,7 @@ struct samsung_pinctrl_drv_data; /** * struct samsung_pin_bank: represent a controller pin-bank. - * @reg_offset: starting offset of the pin-bank registers. + * @pctl_offset: starting offset of the pin-bank registers. * @pin_base: starting pin number of the bank. * @nr_pins: number of pins included in this bank. * @func_width: width of the function selector bit field.