slist: reverse the slist order in a way that no one will ever notice or care about
commit759eacc4e522ef4faf30ff569fe3b4363fed8e07
authorDan Carpenter <dan.carpenter@oracle.com>
Wed, 17 May 2017 07:25:27 +0000 (17 10:25 +0300)
committerDan Carpenter <dan.carpenter@oracle.com>
Wed, 17 May 2017 07:25:27 +0000 (17 10:25 +0300)
treeed42d891823705493480d352f2573b3ecd5ac1e4
parent0ea82cb3a36c3be99cb876fd0fe50f7681f063be
slist: reverse the slist order in a way that no one will ever notice or care about

It bothers me that we are ordering the ->sym pointers in the reverse way
from how they should be.  It doesn't make any real difference though, it's
purely OCD at work.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
smatch_slist.c