mirror of
https://github.com/torvalds/linux.git
synced 2024-12-20 10:01:56 +00:00
staging: goldfish: (coding style) Add spaces around the "+" to conform to checkpatch
Added a space around the "+" at: "reg_base+addr2" to clear up a checkpatch check. Signed-off-by: Christian Colic <colic.christian@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
b0e302b408
commit
2ce601b033
@ -63,7 +63,7 @@ struct goldfish_audio {
|
||||
#define AUDIO_READ(data, addr) (readl(data->reg_base + addr))
|
||||
#define AUDIO_WRITE(data, addr, x) (writel(x, data->reg_base + addr))
|
||||
#define AUDIO_WRITE64(data, addr, addr2, x) \
|
||||
(gf_write_dma_addr((x), data->reg_base + addr, data->reg_base+addr2))
|
||||
(gf_write_dma_addr((x), data->reg_base + addr, data->reg_base + addr2))
|
||||
|
||||
/*
|
||||
* temporary variable used between goldfish_audio_probe() and
|
||||
|
Loading…
Reference in New Issue
Block a user