On Tue, Apr 30, 2024 at 05:27:24PM +0200, Petar Stoykov wrote: > From 6ae7537517f551540121ca6fb3b99080b7580410 Mon Sep 17 00:00:00 2001 > From: Petar Stoykov <pd.pstoykov@xxxxxxxxx> > Date: Mon, 15 Jan 2024 12:21:26 +0100 > Subject: [PATCH 2/3] iio: pressure: Add driver for Sensirion SDP500 > > Sensirion SDP500 is a digital differential pressure sensor. The sensor is > accessed over I2C. Any Datasheet: tag can be added? ... > +config SDP500 > + tristate "Sensirion SDP500 differential pressure sensor I2C driver" > + depends on I2C > + help > + Say Y here to build support for Sensirion SDP500 differential pressure > + sensor I2C driver. > + To compile this driver as a module, choose M here: the core module > + will be called sdp500. You patch is broken. Fix the way how you send patches. ... > +static int sdp500_start_measurement(struct sdp500_data *data, const > struct iio_dev *indio_dev) Here is more visible. -- With Best Regards, Andy Shevchenko