Skip to content

Commit 27c3f0e

Browse files
author
Wolfram Sang
committed
i2c: add kdoc for the new debugfs entry of clients
When adding the new debugfs entry, its kdoc equivalent was forgotten. Add it now. Fixes: d06905d ("i2c: add core-managed per-client directory in debugfs") Reported-by: Stephen Rothwell <[email protected]> Closes: https://lore.kernel.org/r/[email protected] Signed-off-by: Wolfram Sang <[email protected]>
1 parent f0a4e9f commit 27c3f0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/linux/i2c.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,8 @@ struct i2c_driver {
317317
* calls it to pass on slave events to the slave driver.
318318
* @devres_group_id: id of the devres group that will be created for resources
319319
* acquired when probing this device.
320+
* @debugfs: pointer to the debugfs subdirectory which the I2C core created
321+
* for this client.
320322
*
321323
* An i2c_client identifies a single device (i.e. chip) connected to an
322324
* i2c bus. The behaviour exposed to Linux is defined by the driver

0 commit comments

Comments
 (0)