Skip to content

Commit

Permalink
nvmem: qfprom: fix kerneldoc warning
Browse files Browse the repository at this point in the history
This patch fixes below kernel doc warning,
warning: expecting prototype for qfprom_efuse_reg_write().
Prototype was for qfprom_reg_write() instead

No code changes.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Link: https://lore.kernel.org/r/20220220151527.17216-5-srinivas.kandagatla@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Srinivas Kandagatla authored and Greg Kroah-Hartman committed Feb 21, 2022
1 parent 8c751e0 commit 05196fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvmem/qfprom.c
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ static int qfprom_enable_fuse_blowing(const struct qfprom_priv *priv,
}

/**
* qfprom_efuse_reg_write() - Write to fuses.
* qfprom_reg_write() - Write to fuses.
* @context: Our driver data.
* @reg: The offset to write at.
* @_val: Pointer to data to write.
Expand Down

0 comments on commit 05196fa

Please sign in to comment.