diff options
| author | Sakari Ailus <[email protected]> | 2020-11-26 20:01:54 +0000 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2021-01-12 16:55:28 +0000 |
| commit | 8a75e8dcd2ef409e2bc7bf3141549cd636b4696b (patch) | |
| tree | 0d3acf7a90d6f0cf66fbe3141f65af19819987fe /drivers/media/i2c/ccs/ccs-core.c | |
| parent | media: Documentation: Include CCS PLL calculator to CCS driver documentation (diff) | |
| download | kernel-8a75e8dcd2ef409e2bc7bf3141549cd636b4696b.tar.gz kernel-8a75e8dcd2ef409e2bc7bf3141549cd636b4696b.zip | |
media: ccs-pll: Switch from standard integer types to kernel ones
The preferred integer types in the kernel are the Linux specific ones,
switch from standard C types to u32 and alike.
The patch has been produced with the following Coccinelle spatch, with few
alignment adjustments:
@@
typedef uint32_t;
typedef u32;
@@
- uint32_t
+ u32
@@
typedef uint16_t;
typedef u16;
@@
- uint16_t
+ u16
@@
typedef uint8_t;
typedef u8;
@@
- uint8_t
+ u8
Signed-off-by: Sakari Ailus <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'drivers/media/i2c/ccs/ccs-core.c')
0 files changed, 0 insertions, 0 deletions
