Skip to content

Commit

Permalink
drivers: adc: ltc2451: address compliance issues
Browse files Browse the repository at this point in the history
more whitespace issues fixed

Signed-off-by: Ethan Duckett <[email protected]>
  • Loading branch information
ethan-duckett-brill committed Nov 1, 2023
1 parent acd30e7 commit 48e1408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/adc/adc_ltc2451.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ struct ltc2451_data {
};

static int ltc2451_channel_setup(const struct device *dev,
const struct adc_channel_cfg *channel_cfg)
const struct adc_channel_cfg *channel_cfg)

Check warning on line 26 in drivers/adc/adc_ltc2451.c

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LONG_LINE

drivers/adc/adc_ltc2451.c:26 line length of 106 exceeds 100 columns
{

(void)dev;
(void)channel_cfg;

return -ENOSYS; /** there is only 1 channel which requires no real setup */
}

Expand Down

0 comments on commit 48e1408

Please sign in to comment.