mirror of
https://github.com/nelsbrock/dev-tictactoe.git
synced 2026-08-14 20:56:49 +02:00
remove unnecessary struct tags
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#define tictactoe_error(format, ...) \
|
||||
pr_err("%s: " format, __func__, ##__VA_ARGS__)
|
||||
|
||||
typedef struct annotated_string {
|
||||
typedef struct {
|
||||
struct mutex lock;
|
||||
size_t len;
|
||||
char *buf;
|
||||
|
||||
Reference in New Issue
Block a user