db/kernel.return_fixes misc updates
commitefc87017b2db7a0967698d6eeae1215041b6ecc0
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 Jul 2018 12:42:22 +0000 (24 15:42 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Tue, 24 Jul 2018 12:42:22 +0000 (24 15:42 +0300)
tree30744b6408363c7e68619f27ba14254511e513cf
parent35f1744fe3f9f9f22af028f92a88fb05607034eb
db/kernel.return_fixes misc updates

Smatch thought __spi_sync() can't succeed but it can.  The other functions
return zero or negative error codes, except get_user_pages_fast() which
never returns negatives.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_data/db/kernel.return_fixes