Skip to content

Commit

Permalink
edac: zynqmp: Fix kernel doc format
Browse files Browse the repository at this point in the history
Fix the below warning:
drivers/edac/zynqmp_ocm_edac.c:440: warning: expecting prototype for
zynqmp_ocm_edac_inject_uebitposition1_store().
Prototype was for zynqmp_ocm_edac_inject_uebitpos1_store() instead

Signed-off-by: Shubhrajyoti Datta <shubhrajyoti.datta@xilinx.com>
  • Loading branch information
Shubhrajyoti Datta authored and Michal Simek committed Nov 15, 2021
1 parent 4f4db1d commit 48fbda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/edac/zynqmp_ocm_edac.c
Expand Up @@ -412,7 +412,7 @@ static ssize_t zynqmp_ocm_edac_inject_uebitpos1_show(
}

/**
* zynqmp_ocm_edac_inject_uebitposition1_store - Set UE second bit postion
* zynqmp_ocm_edac_inject_uebitpos1_store - Set UE second bit postion
* @dci: Pointer to the edac device struct
* @data: Pointer to user data
* @count: read the size bytes from buffer
Expand Down

0 comments on commit 48fbda3

Please sign in to comment.