Re: [PATCH 03/14] nvme.h: untangle AEN notice definitions

2018-05-28 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham Norton HRB 21284 (AG N

[PATCH 03/14] nvme.h: untangle AEN notice definitions

2018-05-26 Thread Christoph Hellwig
Stop including the event type in the definitions for the notice type. Signed-off-by: Christoph Hellwig --- drivers/nvme/host/core.c | 30 ++ include/linux/nvme.h | 8 ++-- 2 files changed, 24 insertions(+), 14 deletions(-) diff --git a/drivers/nvme/host/core