summaryrefslogtreecommitdiffstats
path: root/drivers/misc/mei/amthif.c
diff options
context:
space:
mode:
authorTomas Winkler <tomas.winkler@intel.com>2014-09-29 15:31:37 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-29 17:56:01 +0200
commit92db1555f3b9c9be257ef4070d87eb9410493cf3 (patch)
treef3ce63e78fe255b93ba5ed95f75eae3b4a0d5510 /drivers/misc/mei/amthif.c
parentmei: pg: fix cat and paste error in comments (diff)
downloadlinux-92db1555f3b9c9be257ef4070d87eb9410493cf3.tar.xz
linux-92db1555f3b9c9be257ef4070d87eb9410493cf3.zip
mei: fix style warning: Missing a blank line after declarations
fix new style warning: Missing a blank line after declarations Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/misc/mei/amthif.c')
-rw-r--r--drivers/misc/mei/amthif.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/mei/amthif.c b/drivers/misc/mei/amthif.c
index 4114758cd1ce..46241a6d79e7 100644
--- a/drivers/misc/mei/amthif.c
+++ b/drivers/misc/mei/amthif.c
@@ -130,6 +130,7 @@ struct mei_cl_cb *mei_amthif_find_read_list_entry(struct mei_device *dev,
struct file *file)
{
struct mei_cl_cb *cb;
+
list_for_each_entry(cb, &dev->amthif_rd_complete_list.list, list)
if (cb->file_object == file)
return cb;