From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Thomas Tai To: bhelgaas@google.com, rostedt@goodmis.org, thomas.tai@oracle.com Cc: linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, mr.nuke.me@gmail.com Subject: [PATCH V3 0/1] PCI/AER: add pcie TLP header information in the tracepoint Date: Tue, 8 May 2018 19:04:55 -0400 Message-Id: <1525820696-31967-1-git-send-email-thomas.tai@oracle.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: Hi Bjorn and Steven, Would you kindly review the patch for me? following are the changes details. Please feel free to comment. Change log since last version: V3: 1. use u8 for boolean variable 2. check tlp_header_valid before accessing tlp_header 3. replace sizeof(unsigned int) with 4 4. change the variable name buf to tlp_header for better reading 5. avoid extra dereference Thank you, Thomas