I am writing code to add a message to a stack in a kernel module. My stack Structure is made up of items of Item Structures.
static struct Item{ char *msg