Trivial whitespace normalization in ieee1394.h and raw1394.h
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
This commit is contained in:
parent
03faa97445
commit
d4e754165e
|
@ -535,9 +535,8 @@ nodeid_t raw1394_get_irm_id(raw1394handle_t handle);
|
|||
* raw1394_get_nodecount - get number of nodes on the bus
|
||||
* @handle: libraw1394 handle
|
||||
*
|
||||
* Since the root node always has
|
||||
* the highest node ID, this number can be used to determine that ID (it's
|
||||
* LOCAL_BUS|(count-1)).
|
||||
* Since the root node always has the highest node ID, this number can be used
|
||||
* to determine that ID. (It is LOCAL_BUS|(count - 1).)
|
||||
*
|
||||
* Returns: the number of nodes on the bus to which the handle is connected.
|
||||
* This value can change with every bus reset.
|
||||
|
@ -691,8 +690,8 @@ tag_handler_t raw1394_set_tag_handler(raw1394handle_t handle,
|
|||
tag_handler_t new_h);
|
||||
|
||||
typedef int (*arm_tag_handler_t)(raw1394handle_t handle, unsigned long arm_tag,
|
||||
byte_t request_type, unsigned int requested_length,
|
||||
void *data);
|
||||
byte_t request_type,
|
||||
unsigned int requested_length, void *data);
|
||||
|
||||
/**
|
||||
* raw1394_set_arm_tag_handler - set the async request handler
|
||||
|
@ -725,7 +724,8 @@ typedef int (*fcp_handler_t)(raw1394handle_t, nodeid_t nodeid, int response,
|
|||
*
|
||||
* Returns: the old handler or NULL on failure (sets errno)
|
||||
**/
|
||||
fcp_handler_t raw1394_set_fcp_handler(raw1394handle_t handle, fcp_handler_t new_h);
|
||||
fcp_handler_t raw1394_set_fcp_handler(raw1394handle_t handle,
|
||||
fcp_handler_t new_h);
|
||||
|
||||
/**
|
||||
* typedef req_callback_t - This is the general request handler
|
||||
|
@ -759,7 +759,7 @@ struct raw1394_arm_reqhandle {
|
|||
};
|
||||
|
||||
/**
|
||||
* raw1394_arm_register - register an AddressRangeMapping
|
||||
* raw1394_arm_register - register an address range mapping
|
||||
* @handle: libraw1394 handle
|
||||
* @start: identifies address range
|
||||
* @length: identifies address range
|
||||
|
@ -792,7 +792,7 @@ int raw1394_arm_register(raw1394handle_t handle, nodeaddr_t start,
|
|||
arm_options_t notification_options,
|
||||
arm_options_t client_transactions);
|
||||
/**
|
||||
* raw1394_arm_unregister - unregister an AddressRangeMapping
|
||||
* raw1394_arm_unregister - unregister an address range mapping
|
||||
* @handle: libraw1394 handle
|
||||
* @start: identifies address range for unregistering
|
||||
* (value of start have to be the same value
|
||||
|
@ -819,7 +819,7 @@ int raw1394_arm_set_buf (raw1394handle_t handle, nodeaddr_t start,
|
|||
size_t length, void *buf);
|
||||
|
||||
/**
|
||||
* raw1394_arm_get_buf - get the buffer of an AdressRangeMapping
|
||||
* raw1394_arm_get_buf - get the buffer of an address range mapping
|
||||
* @handle: libraw1394 handle
|
||||
* @start: identifies address range
|
||||
* @length: identifies address range
|
||||
|
@ -858,7 +858,6 @@ int raw1394_echo_request(raw1394handle_t handle, quadlet_t data);
|
|||
**/
|
||||
int raw1394_wake_up(raw1394handle_t handle);
|
||||
|
||||
|
||||
/**
|
||||
* raw1394_phy_packet_write - send physical request
|
||||
* @handle: libraw1394 handle
|
||||
|
@ -999,8 +998,8 @@ int raw1394_start_lock64(raw1394handle_t handle, nodeid_t node, nodeaddr_t addr,
|
|||
**/
|
||||
int raw1394_start_async_stream(raw1394handle_t handle, unsigned int channel,
|
||||
unsigned int tag, unsigned int sy,
|
||||
unsigned int speed, size_t length, quadlet_t *data,
|
||||
unsigned long rawtag);
|
||||
unsigned int speed, size_t length,
|
||||
quadlet_t *data, unsigned long rawtag);
|
||||
|
||||
|
||||
/**
|
||||
|
@ -1164,7 +1163,6 @@ int raw1394_start_fcp_listen(raw1394handle_t handle);
|
|||
**/
|
||||
int raw1394_stop_fcp_listen(raw1394handle_t handle);
|
||||
|
||||
|
||||
/**
|
||||
* raw1394_get_libversion - Returns the version string
|
||||
*
|
||||
|
@ -1175,7 +1173,6 @@ int raw1394_stop_fcp_listen(raw1394handle_t handle);
|
|||
*/
|
||||
const char *raw1394_get_libversion(void);
|
||||
|
||||
|
||||
/**
|
||||
* raw1394_update_config_rom - updates the configuration ROM of a host
|
||||
* @handle: libraw1394 handle
|
||||
|
@ -1192,9 +1189,8 @@ const char *raw1394_get_libversion(void);
|
|||
*
|
||||
* This function always fails on current kernels.
|
||||
**/
|
||||
|
||||
int raw1394_update_config_rom(raw1394handle_t handle, const quadlet_t
|
||||
*new_rom, size_t size, unsigned char rom_version);
|
||||
int raw1394_update_config_rom(raw1394handle_t handle, const quadlet_t *new_rom,
|
||||
size_t size, unsigned char rom_version);
|
||||
|
||||
/**
|
||||
* raw1394_add_config_rom_descriptor - add contents to local Configuration ROM
|
||||
|
@ -1269,8 +1265,9 @@ int raw1394_remove_config_rom_descriptor(raw1394handle_t handle,
|
|||
* Return: -1 (failure) if the buffer was too small or 0 for success
|
||||
**/
|
||||
|
||||
int raw1394_get_config_rom(raw1394handle_t handle, quadlet_t *buffer,
|
||||
size_t buffersize, size_t *rom_size, unsigned char *rom_version);
|
||||
int raw1394_get_config_rom(raw1394handle_t handle,
|
||||
quadlet_t *buffer, size_t buffersize,
|
||||
size_t *rom_size, unsigned char *rom_version);
|
||||
|
||||
/**
|
||||
* raw1394_bandwidth_modify - allocate or release bandwidth
|
||||
|
@ -1283,8 +1280,7 @@ int raw1394_get_config_rom(raw1394handle_t handle, quadlet_t *buffer,
|
|||
* Return:
|
||||
* -1 for failure, 0 for success
|
||||
**/
|
||||
int
|
||||
raw1394_bandwidth_modify (raw1394handle_t handle, unsigned int bandwidth,
|
||||
int raw1394_bandwidth_modify(raw1394handle_t handle, unsigned int bandwidth,
|
||||
enum raw1394_modify_mode mode);
|
||||
|
||||
/**
|
||||
|
@ -1298,11 +1294,9 @@ raw1394_bandwidth_modify (raw1394handle_t handle, unsigned int bandwidth,
|
|||
* Return:
|
||||
* -1 for failure, 0 for success
|
||||
**/
|
||||
int
|
||||
raw1394_channel_modify (raw1394handle_t handle, unsigned int channel,
|
||||
int raw1394_channel_modify(raw1394handle_t handle, unsigned int channel,
|
||||
enum raw1394_modify_mode mode);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Reference in New Issue