Re: [PATCH v5 1/9] w1_therm: adding code comments and code reordering

2020-05-10 Thread Akira shimahara
Le samedi 09 mai 2020 à 19:26 -0700, Randy Dunlap a écrit : > > + > > +/*--Structs--- > > --*/ > > + > > +/** > > + * struct w1_therm_family_converter > > + * \brief Used to bind standard function call > > + * to device specific function >

Re: [PATCH v5 1/9] w1_therm: adding code comments and code reordering

2020-05-09 Thread Randy Dunlap
Hi-- On 5/9/20 4:57 PM, Akira Shimahara wrote: > Adding code comments to split code in dedicated parts. After the global > declarations (defines, macros and function declarations), code is organized > as follow : > - Device and family dependent structures and functions > - Interfaces functions >

[PATCH v5 1/9] w1_therm: adding code comments and code reordering

2020-05-09 Thread Akira Shimahara
Adding code comments to split code in dedicated parts. After the global declarations (defines, macros and function declarations), code is organized as follow : - Device and family dependent structures and functions - Interfaces functions - Helpers functions - Hardware functions - Sysfs interfa