提交 106fb49f 编写于 作者: T Tomas Winkler 提交者: Greg Kroah-Hartman

staging: mei: mei_dev.h: don't break lines where not needed.

Signed-off-by: NTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: NOren Weil <oren.jer.weil@intel.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 292cb18a
...@@ -280,12 +280,10 @@ int mei_task_initialize_clients(void *data); ...@@ -280,12 +280,10 @@ int mei_task_initialize_clients(void *data);
int mei_initialize_clients(struct mei_device *dev); int mei_initialize_clients(struct mei_device *dev);
struct mei_cl *mei_alloc_file_private(struct mei_device *dev); struct mei_cl *mei_alloc_file_private(struct mei_device *dev);
int mei_disconnect_host_client(struct mei_device *dev, struct mei_cl *cl); int mei_disconnect_host_client(struct mei_device *dev, struct mei_cl *cl);
void mei_initialize_list(struct mei_io_list *list, void mei_initialize_list(struct mei_io_list *list, struct mei_device *dev);
struct mei_device *dev);
void mei_flush_list(struct mei_io_list *list, struct mei_cl *cl); void mei_flush_list(struct mei_io_list *list, struct mei_cl *cl);
void mei_flush_queues(struct mei_device *dev, struct mei_cl *cl); void mei_flush_queues(struct mei_device *dev, struct mei_cl *cl);
void mei_remove_client_from_file_list(struct mei_device *dev, void mei_remove_client_from_file_list(struct mei_device *dev, u8 host_client_id);
u8 host_client_id);
void host_init_iamthif(struct mei_device *dev); void host_init_iamthif(struct mei_device *dev);
void mei_init_file_private(struct mei_cl *priv, struct mei_device *dev); void mei_init_file_private(struct mei_cl *priv, struct mei_device *dev);
void allocate_me_clients_storage(struct mei_device *dev); void allocate_me_clients_storage(struct mei_device *dev);
...@@ -339,8 +337,7 @@ int mei_find_me_client_index(const struct mei_device *dev, uuid_le cuuid); ...@@ -339,8 +337,7 @@ int mei_find_me_client_index(const struct mei_device *dev, uuid_le cuuid);
* *
* returns the byte read. * returns the byte read.
*/ */
static inline u32 mei_reg_read(struct mei_device *dev, static inline u32 mei_reg_read(struct mei_device *dev, unsigned long offset)
unsigned long offset)
{ {
return ioread32(dev->mem_addr + offset); return ioread32(dev->mem_addr + offset);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册