« Previous | Next » 

Revision 0619467b

ID0619467bd349af64c89ac0c325e8663026364bbf
Parent 3facd4e1
Child 146b2e26

Added by Ben Noordhuis over 10 years ago

src: remove container_of, use CONTAINER_OF

CONTAINER_OF was introduced a while ago but was not used consistently
everywhere yet. This commit fixes that.

Why CONTAINER_OF instead of container_of? The former makes it crystal
clear that it's a macro, not a function.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences