diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index e987971cce28..8d167fc08f83 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -391,10 +391,10 @@ unsigned int calcPllValue(unsigned int request_orig, pll_value_t *pll) if (pll->clockType != MXCLK_PLL) { xparm = &xparm_PIXEL[0]; - xcnt = sizeof(xparm_PIXEL)/sizeof(xparm_PIXEL[0]); + xcnt = sizeof(xparm_PIXEL) / sizeof(xparm_PIXEL[0]); } else { xparm = &xparm_MXCLK[0]; - xcnt = sizeof(xparm_MXCLK)/sizeof(xparm_MXCLK[0]); + xcnt = sizeof(xparm_MXCLK) / sizeof(xparm_MXCLK[0]); }