diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2021-05-17 16:03:49 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-05-18 15:05:35 +0200 |
commit | 8083d6b812cac5e38db9c707b41cd478beed4a0c (patch) | |
tree | ac01ad3c1cda21759674689382916f32d03a45fb /drivers/spi/spi-pxa2xx.h | |
parent | spi: pxa2xx: Fix printf() specifiers (diff) | |
download | linux-8083d6b812cac5e38db9c707b41cd478beed4a0c.tar.xz linux-8083d6b812cac5e38db9c707b41cd478beed4a0c.zip |
spi: pxa2xx: Fix style of and typos in the comments and messages
Fix style of the comments and messages along with typos in them.
While at it, update Intel Copyright year.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20210517140351.901-8-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/spi-pxa2xx.h')
-rw-r--r-- | drivers/spi/spi-pxa2xx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/spi-pxa2xx.h b/drivers/spi/spi-pxa2xx.h index db9de46110ad..9a20fb88e50f 100644 --- a/drivers/spi/spi-pxa2xx.h +++ b/drivers/spi/spi-pxa2xx.h @@ -1,7 +1,7 @@ /* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2005 Stephen Street / StreetFire Sound Labs - * Copyright (C) 2013, Intel Corporation + * Copyright (C) 2013, 2021 Intel Corporation */ #ifndef SPI_PXA2XX_H |