platform/x86: intel_pmc_core: Fix indentation in function definitions
There are two problematic places where indentation is not good to a reader and maintainer. Fix them here. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
This commit is contained in:
parent
90113f3e45
commit
e0e60abc85
@ -429,8 +429,8 @@ static inline u32 pmc_core_reg_read(struct pmc_dev *pmcdev, int reg_offset)
|
|||||||
return readl(pmcdev->regbase + reg_offset);
|
return readl(pmcdev->regbase + reg_offset);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void pmc_core_reg_write(struct pmc_dev *pmcdev, int
|
static inline void pmc_core_reg_write(struct pmc_dev *pmcdev, int reg_offset,
|
||||||
reg_offset, u32 val)
|
u32 val)
|
||||||
{
|
{
|
||||||
writel(val, pmcdev->regbase + reg_offset);
|
writel(val, pmcdev->regbase + reg_offset);
|
||||||
}
|
}
|
||||||
@ -623,8 +623,9 @@ out_unlock:
|
|||||||
}
|
}
|
||||||
DEFINE_SHOW_ATTRIBUTE(pmc_core_pll);
|
DEFINE_SHOW_ATTRIBUTE(pmc_core_pll);
|
||||||
|
|
||||||
static ssize_t pmc_core_ltr_ignore_write(struct file *file, const char __user
|
static ssize_t pmc_core_ltr_ignore_write(struct file *file,
|
||||||
*userbuf, size_t count, loff_t *ppos)
|
const char __user *userbuf,
|
||||||
|
size_t count, loff_t *ppos)
|
||||||
{
|
{
|
||||||
struct pmc_dev *pmcdev = &pmc;
|
struct pmc_dev *pmcdev = &pmc;
|
||||||
const struct pmc_reg_map *map = pmcdev->map;
|
const struct pmc_reg_map *map = pmcdev->map;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user