Skip to content

Commit

Permalink
Remove duplicated API docs
Browse files Browse the repository at this point in the history
We have API docs in header files, remove redundant documentation from
the source file.
  • Loading branch information
imphil committed Sep 12, 2019
1 parent 0e3b750 commit dd88864
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/libosd/cl_scm.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ osd_result osd_cl_scm_cpus_stop(struct osd_hostmod_ctx *hostmod_ctx,
OSD_HOSTMOD_BLOCKING);
}

/**
* Read the system information from the device, as stored in the SCM
*/
API_EXPORT
osd_result osd_cl_scm_system_reset(struct osd_hostmod_ctx *hostmod_ctx,
unsigned int subnet_addr, bool reset)
Expand Down

0 comments on commit dd88864

Please sign in to comment.