We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a67af9 commit d836408Copy full SHA for d836408
doc/reference/api/design_guidelines.rst
@@ -16,7 +16,7 @@ specifying the signature of a callback:
16
17
* The first parameter should be a pointer to the object most closely
18
associated with the callback. In the case of device drivers this
19
- would be ``struct device *dev``. For library functions it may be a
+ would be ``const struct device *dev``. For library functions it may be a
20
pointer to another object that was referenced when the callback was
21
provided.
22
0 commit comments