summaryrefslogtreecommitdiffstats
path: root/arch/tile/include/gxio/iorpc_usb_host.h
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-09-16 13:52:45 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-09-16 15:47:20 -0400
commit126eb08820a2c97c10ea58e73a544c2f075d59a7 (patch)
tree2fb5bf32c67eec3c98f5cf7ff4faf77baf9a70f1 /arch/tile/include/gxio/iorpc_usb_host.h
parentad2a4bb378ff76f9ca4c61bb11b1b208f71e1861 (diff)
downloadop-kernel-dev-126eb08820a2c97c10ea58e73a544c2f075d59a7.zip
op-kernel-dev-126eb08820a2c97c10ea58e73a544c2f075d59a7.tar.gz
tile: improve gxio iorpc autogenerated code style
Fix some whitespace style issues in some auto-generated files. Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile/include/gxio/iorpc_usb_host.h')
-rw-r--r--arch/tile/include/gxio/iorpc_usb_host.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/tile/include/gxio/iorpc_usb_host.h b/arch/tile/include/gxio/iorpc_usb_host.h
index 8622e7d..79962a9 100644
--- a/arch/tile/include/gxio/iorpc_usb_host.h
+++ b/arch/tile/include/gxio/iorpc_usb_host.h
@@ -31,16 +31,16 @@
#define GXIO_USB_HOST_OP_GET_MMIO_BASE IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8000)
#define GXIO_USB_HOST_OP_CHECK_MMIO_OFFSET IORPC_OPCODE(IORPC_FORMAT_NONE_NOUSER, 0x8001)
-int gxio_usb_host_cfg_interrupt(gxio_usb_host_context_t * context, int inter_x,
+int gxio_usb_host_cfg_interrupt(gxio_usb_host_context_t *context, int inter_x,
int inter_y, int inter_ipi, int inter_event);
-int gxio_usb_host_register_client_memory(gxio_usb_host_context_t * context,
+int gxio_usb_host_register_client_memory(gxio_usb_host_context_t *context,
HV_PTE pte, unsigned int flags);
-int gxio_usb_host_get_mmio_base(gxio_usb_host_context_t * context,
+int gxio_usb_host_get_mmio_base(gxio_usb_host_context_t *context,
HV_PTE *base);
-int gxio_usb_host_check_mmio_offset(gxio_usb_host_context_t * context,
+int gxio_usb_host_check_mmio_offset(gxio_usb_host_context_t *context,
unsigned long offset, unsigned long size);
#endif /* !__GXIO_USB_HOST_LINUX_RPC_H__ */
OpenPOWER on IntegriCloud