diff for duplicates of <20190108154046.GA13254@embeddedor> diff --git a/a/1.txt b/N1/1.txt index aa18b69..f648c6a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -34,3 +34,6 @@ index 005e65922608..7fa58c99f126 100644 + urb_priv = kzalloc(struct_size(urb_priv, td, num_tds), mem_flags); if (!urb_priv) return -ENOMEM; + +-- +2.20.1 diff --git a/a/content_digest b/N1/content_digest index 1453277..33b2a83 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,5 +1,5 @@ "From\0Gustavo A. R. Silva <gustavo@embeddedor.com>\0" - "Subject\0xhci: Use struct_size() in kzalloc()\0" + "Subject\0[PATCH] xhci: Use struct_size() in kzalloc()\0" "Date\0Tue, 8 Jan 2019 09:40:46 -0600\0" "To\0Mathias Nyman <mathias.nyman@intel.com>" " Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" @@ -43,6 +43,9 @@ "-\t\t\t num_tds * sizeof(struct xhci_td), mem_flags);\n" "+\turb_priv = kzalloc(struct_size(urb_priv, td, num_tds), mem_flags);\n" " \tif (!urb_priv)\n" - " \t\treturn -ENOMEM;" + " \t\treturn -ENOMEM;\n" + " \n" + "-- \n" + 2.20.1 -75ed7ed0b37c47d58d110d65fe44e506be2f2d8447c3abf03d6614b125e53f39 +d4939c5712842579ecc604b4fb269d7659d7c726f8d14b319ee48281860d05e9
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.