Commit e9ff2b91 authored by Ramesh Gupta's avatar Ramesh Gupta Committed by Hari Kanigeri

OMAP4 syslink ducati header file format changes

This patch fixes format issues with the
ducati header files.
Signed-off-by: default avatarRamesh Gupta G <grgupta@ti.com>
parent 1f573836
......@@ -146,7 +146,7 @@ int notify_ducatidrv_enable_event(
int notify_ducatidrv_debug(struct notify_driver_object *handle) ;
struct notify_ducatidrv_params{
struct notify_ducatidrv_params {
int shared_addr;
int shared_addr_size;
int num_events;
......@@ -162,7 +162,6 @@ struct notify_ducatidrv_params{
*
*/
struct notify_ducatidrv_config {
void *gate_handle;
};
......
......@@ -24,7 +24,7 @@
* brief Base structure for NotifyDriverShm command args. This needs to be
* the first field in all command args structures.
*/
struct notify_ducatidrv_cmdargs{
struct notify_ducatidrv_cmdargs {
int api_status;
};
......@@ -82,7 +82,7 @@ struct notify_ducatidrv_cmdargs{
/*
* @brief Command arguments for NotifyDriverShm_getConfig
*/
struct notify_ducatidrv_cmdargs_getconfig{
struct notify_ducatidrv_cmdargs_getconfig {
struct notify_ducatidrv_cmdargs common_args;
struct notify_ducatidrv_config *cfg;
};
......@@ -106,7 +106,7 @@ struct notify_ducatidrv_cmdargs_destroy {
* brief Command arguments for NotifyDriverShm_Params_init
*/
struct notify_ducatidrv_cmdargs_paramsinit{
struct notify_ducatidrv_cmdargs_paramsinit {
struct notify_ducatidrv_cmdargs common_args;
struct notify_driver_object * handle;
struct notify_ducatidrv_params * params;
......@@ -149,5 +149,4 @@ struct notify_ducatidrv_cmdargs_close {
};
#endif /*NOTIFY_DUCATIDRV_DEFS*/
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment