aboutsummaryrefslogtreecommitdiffstats
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorNicolas Iooss <[email protected]>2016-11-26 19:18:04 +0000
committerDan Williams <[email protected]>2016-11-28 21:41:17 +0000
commit238b323a681dd4a5ea0c651fdf4e6ee91a09a9ba (patch)
treeab9d907c95dc1d8d3c7b64101c5f2b82fe4ccf08 /net/unix/af_unix.c
parentlibnvdimm: use consistent naming for request_mem_region() (diff)
downloadkernel-238b323a681dd4a5ea0c651fdf4e6ee91a09a9ba.tar.gz
kernel-238b323a681dd4a5ea0c651fdf4e6ee91a09a9ba.zip
libnvdimm, namespace: fix the type of name variable
In create_namespace_blk(), the local variable "name" is defined as an array of NSLABEL_NAME_LEN pointers: char *name[NSLABEL_NAME_LEN]; This variable is then used in calls to memcpy() and kmemdup() as if it were char[NSLABEL_NAME_LEN]. Remove the star in the variable definition to makes it look right. Signed-off-by: Nicolas Iooss <[email protected]> Reviewed-by: Ross Zwisler <[email protected]> Signed-off-by: Dan Williams <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions