[PATCH 1/5] staging: iio: ad9832: clean up whitespace

From: Tomas Borquez

Date: Mon Dec 15 2025 - 14:08:21 EST


Remove unnecessary blank lines between comment sections to improve
readability.

Signed-off-by: Tomas Borquez <tomasborquez13@xxxxxxxxx>
---
drivers/staging/iio/frequency/ad9832.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/iio/frequency/ad9832.c b/drivers/staging/iio/frequency/ad9832.c
index e2ad3e5a7a..00813dab7c 100644
--- a/drivers/staging/iio/frequency/ad9832.c
+++ b/drivers/staging/iio/frequency/ad9832.c
@@ -26,7 +26,6 @@
#include "dds.h"

/* Registers */
-
#define AD9832_FREQ0LL 0x0
#define AD9832_FREQ0HL 0x1
#define AD9832_FREQ0LM 0x2
@@ -50,7 +49,6 @@
#define AD9832_OUTPUT_EN 0x13

/* Command Control Bits */
-
#define AD9832_CMD_PHA8BITSW 0x1
#define AD9832_CMD_PHA16BITSW 0x0
#define AD9832_CMD_FRE8BITSW 0x3
@@ -90,7 +88,6 @@
* @phase_data: tuning word spi transmit buffer
* @freq_data: tuning word spi transmit buffer
*/
-
struct ad9832_state {
struct spi_device *spi;
struct clk *mclk;
@@ -327,7 +324,6 @@ static int ad9832_probe(struct spi_device *spi)
indio_dev->modes = INDIO_DIRECT_MODE;

/* Setup default messages */
-
st->xfer.tx_buf = &st->data;
st->xfer.len = 2;

--
2.43.0