lkml.org 
[lkml]   [2022]   [Nov]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH v3 1/3] iio: add struct declarations for iio types
On Fri, Nov 25, 2022 at 12:45:06PM +0200, Andy Shevchenko wrote:
> On Fri, Nov 25, 2022 at 09:35:24AM +0100, Gerald Loacker wrote:

...

> > +struct iio_val_int_plus_micro {
> > + int val_int;
> > + int val_micro;
> > +};

Thinking more about naming, why not drop val_ completely?

int integer;
int micro;

?

> > +struct iio_val_int_plus_nano {
> > + int val_int;
> > + int val_nano;
> > +};
> > +
> > +struct iio_val_int_plus_micro_db {
> > + int val_int;
>
> int val_int_db; ?
>
> > + int val_micro_db;
> > +};
>
> Actually why can't we simply do
>
> typedef iio_val_int_plus_micro_db iio_val_int_plus_micro;
>
> ?

--
With Best Regards,
Andy Shevchenko


\
 
 \ /
  Last update: 2022-11-25 12:02    [W:0.325 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site