diff --git a/lib/scatterlist.c b/lib/scatterlist.c index cf18373f4f24b3dee51927beceff7727fce2a641..3b859201f84c6a766dac6a375bc5ebbed139f4d2 100644 --- a/lib/scatterlist.c +++ b/lib/scatterlist.c @@ -305,7 +305,7 @@ int __sg_alloc_table(struct sg_table *table, unsigned int nents, if (prv) table->nents = ++table->orig_nents; - return -ENOMEM; + return -ENOMEM; } sg_init_table(sg, alloc_size);