checkpatch: warning - space_before_tab
Change-Id: I8d36cdcdd1822cafa7f53f8b8a8788992b0703e3 Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
parent
2a57d02400
commit
d89c3b598b
3 changed files with 8 additions and 8 deletions
|
@ -36,10 +36,10 @@
|
||||||
* The following APIs are provided to allow floating point resource sharing to
|
* The following APIs are provided to allow floating point resource sharing to
|
||||||
* be enabled or disabled at run-time:
|
* be enabled or disabled at run-time:
|
||||||
*
|
*
|
||||||
* void fiber_float_enable (nano_thread_id_t thread_id, unsigned int options)
|
* void fiber_float_enable (nano_thread_id_t thread_id, unsigned int options)
|
||||||
* void task_float_enable (nano_thread_id_t thread_id, unsigned int options)
|
* void task_float_enable (nano_thread_id_t thread_id, unsigned int options)
|
||||||
* void fiber_float_disable (nano_thread_id_t thread_id)
|
* void fiber_float_disable (nano_thread_id_t thread_id)
|
||||||
* void task_float_disable (nano_thread_id_t thread_id)
|
* void task_float_disable (nano_thread_id_t thread_id)
|
||||||
*
|
*
|
||||||
* The 'options' parameter is used to specify what non-integer capabilities are
|
* The 'options' parameter is used to specify what non-integer capabilities are
|
||||||
* being used. The same options accepted by fiber_fiber_start() are used in the
|
* being used. The same options accepted by fiber_fiber_start() are used in the
|
||||||
|
|
|
@ -45,14 +45,14 @@
|
||||||
*
|
*
|
||||||
* EXAMPLE
|
* EXAMPLE
|
||||||
* struct pci_dev_info info = {
|
* struct pci_dev_info info = {
|
||||||
* .class = PCI_CLASS_COMM_CTLR
|
* .class = PCI_CLASS_COMM_CTLR
|
||||||
* };
|
* };
|
||||||
*
|
*
|
||||||
* pci_bus_scan_init();
|
* pci_bus_scan_init();
|
||||||
*
|
*
|
||||||
* while (pci_bus_scan(&info) {
|
* while (pci_bus_scan(&info) {
|
||||||
* // do something with "info" which holds a valid result, i.e. some
|
* // do something with "info" which holds a valid result, i.e. some
|
||||||
* // device information matching the PCI class PCI_CLASS_COMM_CTLR
|
* // device information matching the PCI class PCI_CLASS_COMM_CTLR
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* INTERNALS
|
* INTERNALS
|
||||||
|
|
|
@ -131,7 +131,7 @@ static inline void uart_init(struct device *dev,
|
||||||
* @param p_char Pointer to character
|
* @param p_char Pointer to character
|
||||||
*
|
*
|
||||||
* @return 0 if a character arrived, -1 if the input buffer if empty,
|
* @return 0 if a character arrived, -1 if the input buffer if empty,
|
||||||
* -DEV_INVALID_OP if operation not supported.
|
* -DEV_INVALID_OP if operation not supported.
|
||||||
*/
|
*/
|
||||||
static inline int uart_poll_in(struct device *dev, unsigned char *p_char)
|
static inline int uart_poll_in(struct device *dev, unsigned char *p_char)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue