mbox series

[v2,0/2] Fix style problems in ad7150 driver

Message ID 20181005080400.GA2984@x220.localdomain (mailing list archive)
Headers show
Series Fix style problems in ad7150 driver | expand

Message

Slawomir Stepien Oct. 5, 2018, 8:04 a.m. UTC
This series will fix simple style problems inside the ad7150 driver.

---
Changes since v1:
- Use channel value copy rather than pointer - for better readability
- Change "problem" -> "problems" in cover letter description
---
Slawomir Stepien (2):
  staging: iio: cdc: ad7150: use value copy to shorten the line length
  staging: iio: cdc: ad7150: fix misaligned lines

 drivers/staging/iio/cdc/ad7150.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)