Index: uspace/lib/nic/src/nic_impl.c
===================================================================
--- uspace/lib/nic/src/nic_impl.c	(revision a46e56be16ae82f0d007dd26c68b250f3f725ae0)
+++ uspace/lib/nic/src/nic_impl.c	(revision 064e0fd3dd59d9aa7137ab66a590344cd891fddd)
@@ -783,5 +783,6 @@
  * @return EINVAL	If the NIC is not in state where it allows on demand polling
  */
-errno_t nic_poll_now_impl(ddf_fun_t *fun) {
+errno_t nic_poll_now_impl(ddf_fun_t *fun)
+{
 	nic_t *nic_data = nic_get_from_ddf_fun(fun);
 	fibril_rwlock_read_lock(&nic_data->main_lock);
@@ -804,7 +805,7 @@
  * Logs a warning message and returns ENOTSUP to the caller.
  *
- * @param fun		The DDF function where the method should be called.
- * @param chandle	IPC call identifier
- * @param call		IPC call data
+ * @param fun      The DDF function where the method should be called.
+ * @param chandle  IPC call handle
+ * @param call     IPC call data
  */
 void nic_default_handler_impl(ddf_fun_t *fun, cap_call_handle_t chandle,
