1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-04 21:47:46 +03:00

Cleanup comment and some whitespace.

This commit is contained in:
Dave Wysochanski 2009-10-06 16:00:38 +00:00
parent 4257485ff2
commit 3bb0dc03af
2 changed files with 9 additions and 8 deletions

View File

@ -1292,18 +1292,19 @@ void fill_default_pvcreate_params(struct pvcreate_params *pp)
}
/*
* pvcreate_single() - initialize a device with PV label and metadata
* pvcreate_single() - initialize a device with PV label and metadata area
*
* Parameters:
* - pv_name: device path to initialize
* - handle: options to pass to pv_create; NULL indicates use defaults
* - pp: parameters to pass to pv_create; if NULL, use default values
*
* Returns:
* NULL: error
* struct physical_volume * (non-NULL): handle to physical volume created
*/
struct physical_volume * pvcreate_single(struct cmd_context *cmd, const char *pv_name,
struct pvcreate_params *pp)
struct physical_volume * pvcreate_single(struct cmd_context *cmd,
const char *pv_name,
struct pvcreate_params *pp)
{
void *pv;
struct device *dev;