• J
    spi: Fix checkpatch issue · 5fe5f05e
    Jingoo Han 提交于
    Fix the following checkpatch error and warnings.
    
      ERROR: space required after that ',' (ctx:VxV)
      WARNING: quoted string split across lines
      WARNING: max() should probably be max_t(int, nb, master->num_chipselect)
      WARNING: sizeof *spi should be sizeof(*spi)
      WARNING: sizeof *master should be sizeof(*master)
      WARNING: sizeof x should be sizeof(x)
    Signed-off-by: NJingoo Han <jg1.han@samsung.com>
    Signed-off-by: NMark Brown <broonie@linaro.org>
    5fe5f05e
spi.c 50.7 KB