Message ID | 20241202181907.21471-1-vassilisamir@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | iio: pressure: bmp280: Minor cleanup | expand |
On Mon, Dec 02, 2024 at 07:19:04PM +0100, Vasileios Amoiridis wrote: > Changes in v2: > > Patch 1/3: > - Switch if case for better readability > > Patch 2/3: > - Reword commit message > > --- > v1: https://lore.kernel.org/linux-iio/20241128232450.313862-1-vassilisamir@gmail.com/ > > This series adds the SPI interface description on the device-tree file > of the sensor, adds proper self-described sized variables and performs > a minor optimization in time variable names. For some reason your patches still have v1 in them. I dunno how you prepare your series but I recommend one of the two options: 1) b4 relay 2) my script: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh
On Mon, Dec 02, 2024 at 08:42:04PM +0200, Andy Shevchenko wrote: > On Mon, Dec 02, 2024 at 07:19:04PM +0100, Vasileios Amoiridis wrote: > > Changes in v2: > > > > Patch 1/3: > > - Switch if case for better readability > > > > Patch 2/3: > > - Reword commit message > > > > --- > > v1: https://lore.kernel.org/linux-iio/20241128232450.313862-1-vassilisamir@gmail.com/ > > > > This series adds the SPI interface description on the device-tree file > > of the sensor, adds proper self-described sized variables and performs > > a minor optimization in time variable names. > > For some reason your patches still have v1 in them. I dunno how you prepare > your series but I recommend one of the two options: > 1) b4 relay > 2) my script: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh > > -- > With Best Regards, > Andy Shevchenko > > Hi Andy, Ah, my mistake! I didn't pay close attention. I use the --reroll-count from git format-patch. I was not aware of those automated ways, I will definitely use them. Thanks for pointing it out. The patches are correct, the versioning is wrong, I can resend them if it is necessary. Cheers, Vasilis
On Mon, Dec 02, 2024 at 08:24:48PM +0100, Vasileios Amoiridis wrote: > On Mon, Dec 02, 2024 at 08:42:04PM +0200, Andy Shevchenko wrote: > > On Mon, Dec 02, 2024 at 07:19:04PM +0100, Vasileios Amoiridis wrote: ... > > > Changes in v2: > > > > > > Patch 1/3: > > > - Switch if case for better readability > > > > > > Patch 2/3: > > > - Reword commit message > > > > > > --- > > > v1: https://lore.kernel.org/linux-iio/20241128232450.313862-1-vassilisamir@gmail.com/ > > > > > > This series adds the SPI interface description on the device-tree file > > > of the sensor, adds proper self-described sized variables and performs > > > a minor optimization in time variable names. > > > > For some reason your patches still have v1 in them. I dunno how you prepare > > your series but I recommend one of the two options: > > 1) b4 relay > > 2) my script: https://github.com/andy-shev/home-bin-tools/blob/master/ge2maintainer.sh > Ah, my mistake! I didn't pay close attention. I use the --reroll-count > from git format-patch. I was not aware of those automated ways, I will > definitely use them. Thanks for pointing it out. > > The patches are correct, the versioning is wrong, I can resend them if it > is necessary. Up to Jonathan, if the patches are correct, I don't see the necessity of resending until there are some issues being noted.