From: Colin King <colin.k...@canonical.com> Date: Tue, 18 Apr 2017 15:06:53 +0100
Trimming the CC: list down to something that actually makes sense. > From: Colin Ian King <colin.k...@canonical.com> > > The check for xo being null is incorrect, currently it is checking > for non-null, it should be checking for null. > > Detected with CoverityScan, CID#1429349 ("Dereference after null check") > > Signed-off-by: Colin Ian King <colin.k...@canonical.com> At a minimum you should work to check that you are CC:'ing the person who added the code you are fixing. You can use "git blame" for this. Also, Steffen, you need to add the new IPSEC offload files to the MAINTAINERS entry for iPSEC. Thank you.