nvmem: qfprom: fix kerneldoc warning

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>
This commit is contained in:
Srinivas Kandagatla 2022-02-20 15:15:18 +00:00 committed by Greg Kroah-Hartman
parent 8c751e0d9a
commit 05196facc0

View File

@ -244,7 +244,7 @@ err_clk_prepared:
}
/**
* 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.