summaryrefslogtreecommitdiff
path: root/src/soc/intel/common/block/include
diff options
context:
space:
mode:
authorSubrata Banik <subrata.banik@intel.com>2019-11-14 11:08:51 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-11-15 11:01:33 +0000
commit5885ffef326ff41b2bad80e42e1795a2982754b3 (patch)
tree074cb4a2044d57a8b636548107433b5b8e59369b /src/soc/intel/common/block/include
parent5aa0a53e5ff64e83f893a26153fb35cde4a05cd4 (diff)
downloadcoreboot-5885ffef326ff41b2bad80e42e1795a2982754b3.tar.xz
soc/intel/common: Make alignment proper for comments
Change-Id: If932582d03bb2f6d3d14c9bce45cf2030f3b3c4e Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36838 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: V Sowmya <v.sowmya@intel.com> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Diffstat (limited to 'src/soc/intel/common/block/include')
-rw-r--r--src/soc/intel/common/block/include/intelblocks/xhci.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/soc/intel/common/block/include/intelblocks/xhci.h b/src/soc/intel/common/block/include/intelblocks/xhci.h
index dd95bfb024..0b3aa050e1 100644
--- a/src/soc/intel/common/block/include/intelblocks/xhci.h
+++ b/src/soc/intel/common/block/include/intelblocks/xhci.h
@@ -18,7 +18,7 @@
#include <device/device.h>
-/**
+/*
* struct xhci_usb_info - Data containing number of USB ports & offset.
* @usb2_port_status_reg: Offset to USB2 port status register.
* @num_usb2_ports: Number of USB2 ports.
@@ -32,7 +32,7 @@ struct xhci_usb_info {
uint32_t num_usb3_ports;
};
-/**
+/*
* pch_xhci_update_wake_event() - Identify and log XHCI wake events.
* @info: Information about number of USB ports and their status reg offset.
*
@@ -46,7 +46,7 @@ bool pch_xhci_update_wake_event(const struct xhci_usb_info *info);
void soc_xhci_init(struct device *dev);
-/**
+/*
* soc_get_xhci_usb_info() - Get the information about USB2 & USB3 ports.
*
* This function is used to get USB ports and status register offset information
@@ -56,7 +56,7 @@ void soc_xhci_init(struct device *dev);
*/
const struct xhci_usb_info *soc_get_xhci_usb_info(void);
-/**
+/*
* usb_xhci_disable_unused() - Disable unused USB devices
* @ext_usb_xhci_en_cb: Callback function to be invoked, supplied by mainboard,
* to identify the status of externally visible USB ports.