Skip to content

Commit 59df9f2

Browse files
committed
MDEV-32841 - review fixes
1 parent f8bb99b commit 59df9f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

storage/innobase/os/os0file.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,8 @@ static io_slots *write_slots;
159159

160160
/**
161161
Statistics for asynchronous I/O
162-
@param[in] op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
163-
@param[in] stats pointer to the structure to fill
162+
@param op operation type (aio_opcode::AIO_PREAD or aio_opcode::AIO_PWRITE)
163+
@param stats pointer to the structure to fill
164164
*/
165165
void innodb_io_slots_stats(tpool::aio_opcode op, innodb_async_io_stats_t *stats)
166166
{

tpool/tpool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class task_group
8989
void set_max_tasks(unsigned int max_concurrent_tasks);
9090
void execute(task* t);
9191
void cancel_pending(task *t);
92-
void get_stats(group_stats* stats);
92+
void get_stats(group_stats *stats);
9393
~task_group();
9494
};
9595

0 commit comments

Comments
 (0)