Message ID | cover.1639858361.git.gascoar@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | staging: vc04_services: avoid the use of typedef for function pointers | expand |
On Mon, Dec 20, 2021 at 06:29:10PM -0300, Gaston Gonzalez wrote: > This patch set removes some typedefs for function pointers in vc04_services. > > After patches 01 to 03, there are no remaining typedef under vc04_services. > Hence, the patch 04/04 updates the TODO file removing the 'remove typedefs' > task. > > Gaston Gonzalez (4): > staging: bcm2835-audio: replace function typedefs with equivalent > declaration > staging: vc04_services: replace function typedef with equivalent > declaration > staging: vc04_services: avoid the use of typedef for function pointers > staging: vc04_services: update TODO file These are not the name of the patches that you sent out at all :( Are you sure you created this properly? Something went wrong. greg k-h
On Tue, Dec 21, 2021 at 07:20:36AM +0100, Greg KH wrote: > On Mon, Dec 20, 2021 at 06:29:10PM -0300, Gaston Gonzalez wrote: > > This patch set removes some typedefs for function pointers in vc04_services. > > > > After patches 01 to 03, there are no remaining typedef under vc04_services. > > Hence, the patch 04/04 updates the TODO file removing the 'remove typedefs' > > task. > > > > Gaston Gonzalez (4): > > staging: bcm2835-audio: replace function typedefs with equivalent > > declaration > > staging: vc04_services: replace function typedef with equivalent > > declaration > > staging: vc04_services: avoid the use of typedef for function pointers > > staging: vc04_services: update TODO file > > These are not the name of the patches that you sent out at all :( > > Are you sure you created this properly? > > Something went wrong. > > greg k-h Hi Greg, I'm sorry, I messed up editing the subjects using git send-email directly. I didn't realized that that would create a mismatch with the summary in patch 0/4. It is clear now ... thanks, Gaston